Change invoice date on report ??? (1 Viewer)

Lon425

Registered User.
Local time
Today, 23:52
Joined
Aug 31, 2000
Messages
10
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

Registered User.
Local time
Today, 17:52
Joined
Feb 26, 2001
Messages
4,018
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).
 

Users who are viewing this thread

Top Bottom