selection combo box

awake2424

Registered User.
Local time
Today, 14:30
Joined
Oct 31, 2007
Messages
479
I have a table of (Reagents), that has a check box In Use. How do I create a field on a form that only allows a user to select the "In Use"? Thank you.
 
If you want a combobox in witch you will have only "in use" reagents, you need to create a query to use as a source for your combo.
 
I am not sure how to correctly do this, can you please post an example. Thanks.
 
Use the query wizard: you will need to use fields Reagent (name/id) and the yes/no. On this second column on the criteria you will define the criteria you want. Then, on the combobox wizard, use the query as source.
 

Users who are viewing this thread

Back
Top Bottom