answersLogoWhite

0


Best Answer

Criteria determine what records can be shown, not what fields can be shown, so the AND criteria cannot be used to determine what fields to select.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can AND criteria determine fields selected for a query?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a query that extracts data from a table which meets certain specified criteria?

If the criteria is entered in by the user as the query is run, by prompting the user, then it is a Parameter query. Criteria can also be built direct into the query in which case it is a standard Select query.


What is a complex query in Microsoft access?

A select query with multiple criteria


What is used to formulate search criteria?

query


How are all rows in a table selected?

All rows & columns in a table can be selected by using the below query Select * from table_name If you do not have any where condition in the query then all rows will be selected.


How do you search for something in a database?

To search for something in a database, you can use SQL query statements such as SELECT, WHERE, and JOIN to retrieve specific information based on your search criteria. You can specify the search conditions, fields to retrieve, and tables to search within to find relevant data. Ultimately, running a query against the database will return the results that match your search criteria.


What request for specific data from a database?

A query is a request for specific data from a database. It is written in a structured query language (SQL) and is used to retrieve information based on specific criteria or conditions defined in the query. The query command searches the database for records that match the criteria specified in the query and returns the results in a structured format.


What is the purpose of generating Reports?

If you want a report to only use certain fields, and particularly if you want it to work with only some records that meet a criteria, it is better to create a query to extract what you want first and base the report on that. You can also include multiple tables and calculated fields in a query easier than trying to do it in a report. It is better to get a query to do the work of extracting fields, records and using criteria than trying to do it in a report. So it is a common thing to create queries for the purpose of extracting the data you want for a report.


Which is the primary advantage of creating a new query based on an existing query?

It saves time if your new query uses the same fields as the existing query.


Multiple conditions in a query or filter are called?

compound criteria


What is a parameter queris?

a parameter query is a query that prompts the user to enter specific criteria every time the query is run. When building the query, you would enter the prompt in the criteria line under the field you want the information to be filtered from. For example, if you wanted to look at items that sold on a specific date each time you ran the query, your criteria line would look like this: [enter date of sale] So when you ran the query, before your results even appeared, a parameter box would pop up telling you "enter date of sale", the user would enter the date and then the filtered criteria of the query results will show.


What is a parameters?

a parameter query is a query that prompts the user to enter specific criteria every time the query is run. When building the query, you would enter the prompt in the criteria line under the field you want the information to be filtered from. For example, if you wanted to look at items that sold on a specific date each time you ran the query, your criteria line would look like this: [enter date of sale] So when you ran the query, before your results even appeared, a parameter box would pop up telling you "enter date of sale", the user would enter the date and then the filtered criteria of the query results will show.


What is the difference between query datasheet and a table datasheet?

A query datasheet displays the results of a query operation, showing data based on specified criteria or calculations. A table datasheet displays the data in a table format, representing information stored in a database table. In essence, a query datasheet is derived from a table datasheet and is dynamic based on the query criteria.