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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query Simple Question using Forms!

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have a query where I am trying to use a combo box on the form to pass to the query.

Something like this in the criteria. What is the correct syntax? Thanks

Like Forms!Modify Resources!cboCategory.Column(0)*
 
Like Forms![Modify Resources]!cboCategory.

Whenever you have a space between object names you need to enclose them in parantheses, you also do not need to specify the columns since you are referencing column(0) of the query. jlitondo@gatecitysteel.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top