Query from combo box

SicNeMeSiS

Registered User.
Local time
Today, 11:41
Joined
Sep 3, 2008
Messages
15
In my database I want to be able to view a report based on a selection in a combo box. I am trying to figure out how to write a query to reference what is selected in the drop down combo box. Any help will be most appreciated. Thank you

Sic
 
You were right about the WHERE. Thats what I was trying to figure out, how to modify the WHERE to grab the info from the combo box. Been trying to figure out the different access syntax and stuff because im still new access. what i was looking for and found is:

WHERE table.tableName = Form!frmForm1!cboComboBox

Thats what i needed to make my Query work the way i wanted. thank you much for you help and example database.

Sic
 

Users who are viewing this thread

Back
Top Bottom