answersLogoWhite

0

Right click the column heading. Then click delete field from the shortcut menu.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you delete a field in Design view?

Whether you are designing a table or a query, select the field by clicking beside it in a table or above it in a query, so that it is highlighted. Then press the delete key.


Microsoft Access wildcard character removal?

delete 'Like' from the query/filter


What query will delete all the records satisfying the criteria enter in the query?

A delete query.A delete query.A delete query.A delete query.A delete query.A delete query.A delete query.A delete query.A delete query.A delete query.A delete query.


How do you get just the year number in a query in Microsoft Access 2010?

Use the YEAR function, which can extract the year of a date. If your field was DOB in the query you'd have MONTH(DOB) in the field row of the query.


When you run a query that contains a field Access evaluates the expression defined by the field and displays the resulting value in the query datasheet form or report?

a query can output to a form and a report. The norm is a report


Which field does MS Access not allow you to delete?

The Primary key field(s).


If you delete query does it delete the original information in the table?

Your question is unclear. If you mean if you delete a query, then it does not affect the data in the table. Deleting any kind of query does not affect the data in any table it uses. If you mean if you run a Delete query, then yes the data in the table will be deleted. That is what Delete queries are for.


What kind of query can change the contents of a table A selection query cannot?

There are several types that can do it. A Delete Query, an Update Query and an Append Query can. You can also create and delete entire tables with queries.


Query to delete a record in Oracle?

it's exactly the same as in Microsoft, as it's standard SQL Delete from X where Y=Z X = table name Y = field name Z = value


If you need to use a field in an Access query but don't want it to display in the results you should?

As long as the field is not listed as part of the SELECT clause, it will not appear in the results.


What is the definition of Field selector in access?

In Access, a Field Selector is a tool used to choose a field from a table or query that is displayed in a form or report. It allows the user to select the specific field they want to work with, such as for filtering data, sorting, or performing calculations. The Field Selector typically appears as a list of available fields that can be dragged and dropped onto the form or report design surface.


What is a complex query in Microsoft access?

A select query with multiple criteria