Record that won't print

  • Thread starter Thread starter Novice2000
  • Start date Start date
N

Novice2000

Hi,
I am printing invoices from a table that contains adress infor and fees. For
some reason one record will not be brought back in a query. It doesn't appear
to be any different than all of the other records in the table. Any ideas?
 
Is it a parameter query? That is, are there criteria for any of the fields?
If so, does removing the criteria allow the record to be included in the
query? If so, the one record's field value does not meet the criteria for
the field. If that is the case, what is the field and what are the
criteria?
 
Only >0 for the fee and the fee for this client is $300. I removed it and it
still isn't showing up. I thought about the one field not meeting criteria,
but how can that be? It is part of a table of 15,000?
 
You removed the criteria, so that there are no criteria for any field, and
still the record did not show up?
 
Yes!! It is beyond weird. I am still trying to figure it out. I may end up
having to type the invoice. But, my bigget concern is to find out what the
cause is so it doesn't happen again.
 
Post the query's SQL. To do that, click View > SQL. Copy what you see, and
paste it into a message.
 
Novice2000 said:
Hi,
I am printing invoices from a table that contains adress infor and fees.
For
some reason one record will not be brought back in a query. It doesn't
appear
to be any different than all of the other records in the table. Any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top