My query is not showing any information, and it should based on t.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I made a parameter query from several tables. According to all of the
parameters I set, I should have at least 10 records, but none of them are
showing up. What did I do wrong?
 
Impossible to say on this much info.
To locate the problem, start by running the query with no
criteria/parameters, and see if you het all the possible records, or
none. In the former case you are on the right track; in the latter, your
table joins are proabaly wrong (unless there are indeed no matching
records in the tables).
Once you are happy that your table joins are correct, start adding your
criteria/parameters one by one, until you identify the guilty party.

HTH,
Nikos
 
I made a parameter query from several tables. According to all of the
parameters I set, I should have at least 10 records, but none of them are
showing up. What did I do wrong?

Possibly an incorrect Join, possibly incorrect criteria, possibly
something else. It's absolutely impossible for us to say what you
might have done wrong when you don't tell us what you've done;
remember, you can see your computer, we cannot.

Please open the query in SQL view and post the SQL text here.

John W. Vinson[MVP]
 
Back
Top