rchamb1010
Technical User
I’m using Access 2003 and building queries, using fields as parameters, using the query design grid.
Several of the fields in my database relate to types of Services. I would like to be able to query on several of these fields at once – for example, Training, Maintenance, and Operations - to show me the records which are associated with one of those fields, for example, Training.
I don’t want to query by the actual entry in that field, in this case a company, but instead, find if there are any records in the database with entries in that field, and show me those results, which could be several companies.
I know to query one field, I can use Is Not Null. But I wanted to be able to query several Service fields at once, choosing the type of Service (field) each time I ran the query using a control on the query form.
I currently have all of the fields (connected with &) included in the Field portion of the query design grid, but I haven’t figured out what to say in the Criteria.
Many thanks!
Several of the fields in my database relate to types of Services. I would like to be able to query on several of these fields at once – for example, Training, Maintenance, and Operations - to show me the records which are associated with one of those fields, for example, Training.
I don’t want to query by the actual entry in that field, in this case a company, but instead, find if there are any records in the database with entries in that field, and show me those results, which could be several companies.
I know to query one field, I can use Is Not Null. But I wanted to be able to query several Service fields at once, choosing the type of Service (field) each time I ran the query using a control on the query form.
I currently have all of the fields (connected with &) included in the Field portion of the query design grid, but I haven’t figured out what to say in the Criteria.
Many thanks!