I have a database of contractors whose license comes up for renewal each november. I currently have a NAZ table for each contractor which also indicates the type of contractor of each.
A second table has the invoice details: date billed, type of fee, date paid.
The third table has the fee categories and the amounts of each.
What I want to do is to be able add to each invoice record with a new date (in this case 10/31/04) with the appropriate fee AND keep the history of previous invoices. (I know I can do this individualy but would like to automate the process)
I have tried the update query and it writes over the information already there
This is got to be simple - but I just can't figure it out.
Any help would be appreciated (also, I have tried to search for answer on the forum but the search function is not working)
A second table has the invoice details: date billed, type of fee, date paid.
The third table has the fee categories and the amounts of each.
What I want to do is to be able add to each invoice record with a new date (in this case 10/31/04) with the appropriate fee AND keep the history of previous invoices. (I know I can do this individualy but would like to automate the process)
I have tried the update query and it writes over the information already there
This is got to be simple - but I just can't figure it out.
Any help would be appreciated (also, I have tried to search for answer on the forum but the search function is not working)