Hi,
I have a small invoice application with a form and a report to enter and display my data.
Is it possible to prevent both form and report from being updated with new data ?
What I mean is :
For each month, I have an "hourly rate" to calculate the amount of services hours to be invoiced.
As I will change my prices as of next week with +5%, I need to update my table. So far, no problem.
However, when I change the price and reopen my form/report with an invoice from begin this year January, it displays me the total +5% as well.
The information displayed on the form and report is based on a query. It should be possible to "harcode" the data into the form once it is approved for payment.
Regards,
Peter
I have a small invoice application with a form and a report to enter and display my data.
Is it possible to prevent both form and report from being updated with new data ?
What I mean is :
For each month, I have an "hourly rate" to calculate the amount of services hours to be invoiced.
As I will change my prices as of next week with +5%, I need to update my table. So far, no problem.
However, when I change the price and reopen my form/report with an invoice from begin this year January, it displays me the total +5% as well.
The information displayed on the form and report is based on a query. It should be possible to "harcode" the data into the form once it is approved for payment.
Regards,
Peter