View Full Version : Change invoice date on report ???


Lon425
03-05-2001, 06:59 PM
I have a table that holds invoice information. I have a query that gathers the information for printing the invoice. I need to be able to change the invoice date on the invoice form before I print (as in reprint on a differant day) Problem is it pulls the date from the table not from the form.
Thanks for any help. I appreciate it.
Lon

llkhoutx
03-06-2001, 09:04 AM
Put the Invoice date in a textbox on the form with the button triggering the report, then have the report get the InvoiceDatew from the form textbox (use the expression builder to keep your referencing straight).