S
Sam
Access 2000
When this database was designed, invoices were pulled from
a query which performs all the relevant calculations etc.
Now the client wants to be able to reprint old invoices,
so they can't be run from the query. The old information
isn't stored anywhere in the table (ie. price changes,
etc.)
I've created a new table with all relevant invoice
fields. I think I need to use a query to capture the info
from the report upon printing using Reports!reportname!
fieldname, then run an update query to put the information
in the new table, then create a duplicate report which
pulls from the new table on reprint.
Can I capture values from calculated controls on the
report? If not, does anyone have any other suggestions?
Thank you,
Sam
When this database was designed, invoices were pulled from
a query which performs all the relevant calculations etc.
Now the client wants to be able to reprint old invoices,
so they can't be run from the query. The old information
isn't stored anywhere in the table (ie. price changes,
etc.)
I've created a new table with all relevant invoice
fields. I think I need to use a query to capture the info
from the report upon printing using Reports!reportname!
fieldname, then run an update query to put the information
in the new table, then create a duplicate report which
pulls from the new table on reprint.
Can I capture values from calculated controls on the
report? If not, does anyone have any other suggestions?
Thank you,
Sam