Query not returning any records

  • Thread starter Thread starter Tara
  • Start date Start date
T

Tara

I have a form with 4 combo boxes that I'm trying to use
to set criteria in a query. When I run the query using a
command button on the form, it comes up with no records.
When I close the form, and run the query, I get prompted
for the criteria, and it works. I've checked and
rechecked my criteria and everything seems in order.
I've even redesigned the form AND the query several
times. I've done this type of thing a million times and
have never had a problem? Have I lost it??? What's going
on?

Thanks, Tara
 
Tara

Would you post the SQL of the query

What is the row source of the combo boxes
What is the bound column (normally 1) and what is the bound column type (text, integer,...)

Stev
 
Back
Top