Query Returning No Data When it Should

thabounceisback

Registered User.
Local time
Yesterday, 16:28
Joined
Sep 17, 2009
Messages
31
I have a Query that runs off of a combobox selection as it's criteria.
Specifically the criteria is:

[Forms]![Print Coupon Form]![EECmb]

Is this not the right syntax? Do I need to specify the column within the combobox that matches the field that I am using the criteria on?

Why isn't this working?
 
That would use the bound column.
 
Can you post the db?
 
The bound column is 1, which is the name. The criteria is on the employee number field. Changing the bound column to 2 seems to work.
 

Users who are viewing this thread

Back
Top Bottom