Print "a" record.

T

Ted Clore

I have a report that takes information from a query. I want to only print
the one record from hundreds. My report gives me all the records in the
database. How can I make the report print only the record I am interested
in printing?

The database tracks jobs in the shop and when the job is complete I would
like to print a report about only that job.

Thanks for your help, again.

Ted
 
G

gls858

Ted said:
I have a report that takes information from a query. I want to only print
the one record from hundreds. My report gives me all the records in the
database. How can I make the report print only the record I am interested
in printing?

The database tracks jobs in the shop and when the job is complete I would
like to print a report about only that job.

Thanks for your help, again.

Ted
How do you select that one record? Company name, Invoice number?
In the query for criteria in that unique field put [Enter Value Name Here]
Now the query will prompt you for a value each time before you run the
report.

gls858
 
T

Ted Clore

Your a complete and utter gem. Thank you so much as that works perfectly.

Ted



gls858 said:
Ted said:
I have a report that takes information from a query. I want to only
print the one record from hundreds. My report gives me all the records
in the database. How can I make the report print only the record I am
interested in printing?

The database tracks jobs in the shop and when the job is complete I would
like to print a report about only that job.

Thanks for your help, again.

Ted
How do you select that one record? Company name, Invoice number?
In the query for criteria in that unique field put [Enter Value Name Here]
Now the query will prompt you for a value each time before you run the
report.

gls858
 
G

gls858

Ted said:
Your a complete and utter gem. Thank you so much as that works perfectly.

Ted



Ted said:
I have a report that takes information from a query. I want to only
print the one record from hundreds. My report gives me all the records
in the database. How can I make the report print only the record I am
interested in printing?

The database tracks jobs in the shop and when the job is complete I would
like to print a report about only that job.

Thanks for your help, again.

Ted

How do you select that one record? Company name, Invoice number?
In the query for criteria in that unique field put [Enter Value Name Here]
Now the query will prompt you for a value each time before you run the
report.

gls858
Thanks for the feedback. Glad to help.

gls858
 

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

Top