I have 3 update queries for one table. The table (MAR) has the following fields: TYPE, YEAR & AMT.
The upadate queries do the following.
TYPE = “006” & YEAR = “85”, then AMT * 21.3%
TYPE = “006” & YEAR = “86”, then AMT * 63.5%
TYPE = “006” & YEAR = “87”, then AMT * 72.5%
Can anyone provide a simple piece of VBA to do this.
Thanks in advance