G
Guest
I have created forms and report that adds up prices of parts as SUBTOTAL then
I have another text box with the formula of =Nz([SUBTOTAL])*.049 for the
current tax rate of 4.9%
How would I change the tax rate without affecting previous invoices using
the old tax rate? I have thought of some ways but wanted to bring it here if
there might be better ways.
1. Create a new database with no previous data
2. Make a new table with tax rates then relate it accordingly to the
invoice creation table, them make changes as needed to the forms and reports
and previous data
3. Change the invoice creation table and form to type a tax rate each time
for each invoice created, then change the reports and previous data
accordingly for the new table field
I have another text box with the formula of =Nz([SUBTOTAL])*.049 for the
current tax rate of 4.9%
How would I change the tax rate without affecting previous invoices using
the old tax rate? I have thought of some ways but wanted to bring it here if
there might be better ways.
1. Create a new database with no previous data
2. Make a new table with tax rates then relate it accordingly to the
invoice creation table, them make changes as needed to the forms and reports
and previous data
3. Change the invoice creation table and form to type a tax rate each time
for each invoice created, then change the reports and previous data
accordingly for the new table field