Queries Access 2003 use a Drop down box for selection of querycrit

  • Thread starter Thread starter Fdspokane
  • Start date Start date
F

Fdspokane

I have an application which uses a master viewing form with a couple drop
down combo boxes for the Dataentry people to select variables - like Type of
item or Category.
Accompanying this I have an Item and a Category table which contains the
lookup information.
I would like to create a query which uses these tables in a Drop Down
selection style so the peron doing the query can select this information -
rather than having to type it in.
How would I get this to work in my query ?
 
Would I add that in the SQL view of my query and where - At the beginning or
where ?
 
Back
Top