I have a Salary table(The one side) and a Deductions table(The Many side).
Whenever the salary is entered I want to calculate and store the deductions in the deductions table.
I know calculations should be done in queries but I want to store the calculated deductions because the tax system changes pretty often so I want individual tax calculations for each paycheck to be stored.
I can write code use macros and design queries.
I am simply looking for suggestions on the most efficient way to do this.
e.g. should I build queries on the fly in VBA, should I build insert queries in design view and let then update the deductions table using values in the salary form.
should i make create macros that call the insert queries as soon as I update the salary table.
I am using Access 2007
All suggestions will be appreciated.
Whenever the salary is entered I want to calculate and store the deductions in the deductions table.
I know calculations should be done in queries but I want to store the calculated deductions because the tax system changes pretty often so I want individual tax calculations for each paycheck to be stored.
I can write code use macros and design queries.
I am simply looking for suggestions on the most efficient way to do this.
e.g. should I build queries on the fly in VBA, should I build insert queries in design view and let then update the deductions table using values in the salary form.
should i make create macros that call the insert queries as soon as I update the salary table.
I am using Access 2007
All suggestions will be appreciated.