answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: If you have more than one criterion to use in a query and you want to see records that meet any of those criteria use an query.?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

what do you use to fine those records that satisfy some criterion?

find*


What do you use when you are looking for those records that satisfy some criterion?

sorting


What is the plural form of criteria?

The word 'criteria' is the plural form of the singular word 'criterion'. 'Those are the criteria that I used in making my decision.' 'That is the criterion that I used in making my decision.' It is wrong to use the word 'criteria' as a singular. Similarly, it is wrong to use 'phenomena' as a singular. It is the plural form of the singular word 'phenomenon'.


What is used to view only those records that meet the specified criteria in access?

primary key


What is the best source to create form should it from query or table?

There is no definitive answer to that, as it depends what you want on the form. Ultimately all data comes from tables. If you just want to show all the records as they are you could base the form on the table. However if you want to display only selected records or certain calculations, you might create a query to do those operations and then base the form on the query.


How does one restrict the results of a database query to certain specific values?

You can use criteria for fields to restrict what they can show. The criteria could be something like to only show records that have a field with values that are over a certain amount or to only show records that contain specific data. So you could have a list of staff, but only want to show those working in a particular department, or you might have a list of exam results but only want to show people who achieved a score that is higher than a certain amount. You do this by applying criteria to the appropriate field.


Could you please tell me how to print a form or a report in Microsoft access without the non entered data?

Forms in MS Access are not designed for printing - they are designed for data input. If you print a form you will print out one page for each record in the underlying table or query unless you use the File... Print menu and select a particular page, which will be a record, or group of pages. I don't understand what is meant by non entered data, but to include only a selection of fields base the report on a query that contains only those fields. Add criteria to the query to ensure that only those records you want to see are filtered.


Why is ice in a glacier considered to be a mineral but water from a glacier is not?

Water is not considered a mineral because it does not meet the requirement of having a solid crystalline structure. Ice does meet this criterion and therefore, it is considered a mineral.


You are trying to organize a query in Microsoft Access that uses three tables When you add the third the query just stops displaying ANY results what could be causing this and how can it be fixed?

Unfortunately that is difficult to answer without seeing the actual data, the tables, the data types, the relationships and joins between the tables and what specifically you are trying to do. You may need to think it through carefully, and plan out what you are doing. Do it step by step and you may be able to isolate the problem. If it works with two tables, an idea might be to use the output of that query in a new query, if that is possible. That can't be said unless the idea of the query is known. If no data is showing, then the query as it stands is looking for data using criteria that none of your records fulfil at that point. It is also possible that the query is actually fine, but there is no data that meets those requirements, so it doesn't return anything. There are many possibilities for this kind of error. So just think it about it all carefully and you may find what is going wrong or think of another way of doing it.


What are list of criteria?

Criteria are a set of standards or requirements used to evaluate or judge something. They act as guidelines for making decisions or assessments and help clarify what is important or relevant in a given context. Criteria can vary depending on the specific situation or purpose for which they are being used.


What is the result of a query called?

I know its either a query set, a recordset, or a task set. I dont know which one it is in those. ? Do you know. ? Need Help. ! ?


How do you add or delete records to a database table?

It depends on the database, but most use some version of something called "structured query language" or SQL, and in that the normal command for adding a record is INSERT while the command for deleting records is DELETE. Look those up in the documentation for your particular database to find the exact syntax it's expecting.