Making a Query from a drop down box

T

Thomas Woof

Hi
I have a drop down box in a form with the choice of Standard or Extension. I
need to make a search query so that when standard is chosen only this choice
will be shown. If extension is chosen this will not be shown on the results.
Please can you help.

Thanks
 
K

KARL DEWEY

In the criteria for the query use this --
[Forms]![YourFormName]![YourDropDownBox]
 
Top