Reprinting

  • Thread starter Thread starter who can help me
  • Start date Start date
W

who can help me

I added printing of a report to a command. but I want the command to generate
printing number on the report any time i print the report. secondly I want
the printed report to be store in a different table with the printing number
generated, so that I can reprint the report base on the code generated on the
report
 
You can't store a printed report in your database. If the issue is you want
to be able print the report with the data exactly as it was when you first
printed the report, then you will have to create a table to save the data
in. You would also need a field with the printing number so you can use a
query as the report's record source and filter the report on that number.

If you can provide a bit more detail, perhaps we ca help with some ideas.
 
Back
Top