Date format on Report

J

jwr

I have a report named Invoice. This report is generated from orders from
customers.

When the invoice prints, the date input on my invoice is the current date.
I can print the invoice prior to shipment; however, once I have a ship date,
I would like for the invoice to hold that date whenever I need to reprint
the invoice. Can this be done?

thank you,
JR
 
J

Jeff Boyce

If you want your data to hold a particular date, you need a field to hold
it.

If you are saying that your report (invoice) has a field on it that displays
the current date/invoice date, but you also want to preserve a "shipping
date", you'll need to save that somewhere (a table).

Then, the next time you print the invoice, you could include that field from
that table.

Good luck

Jeff Boyce
<Access MVP>
 
Top