Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query by Form Questions

Status
Not open for further replies.

nakedbamboo

Technical User
Oct 8, 2003
36
US
I am making a query from a form based on the Microsoft example, and everything is working well except for a few fields. Does a query by form only work with text boxes? I have some option buttons and a combo box that I would also like to allow the user to select from to search. How would I incorporate these into a QBF? An example would be great because I am not real VB fluent. Thanks.
 
You can use checkboxes and comboboxes (also listboxes). the trick with the checkboxes is that checked = 1 and unchecked = 0 (or -1 I can't remember). you should be able to treat option buttons much the same way.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top