I am attempting to write a query that will append new records to an Activity table. The situation is this:
I have a table which holds all account activity for customers. The records are identified by the customerid. I have written a query to select customers which have a past due balance of greater than $20.00 and show no credits (payments) for the last 45 days.
I want to build a query that will append new records for those customers with the late charge amount in the debit field and the text "Automatic Late Charge" in the description field. The activity table does have an autonumber field. I have tried several things, but I am still a little weak on complex SQL. Can someone please point me in the right direction?
Thanks in advance!
LJ Wilson
My personal saying - Just remember, it can always get worse, and usually will.
I have a table which holds all account activity for customers. The records are identified by the customerid. I have written a query to select customers which have a past due balance of greater than $20.00 and show no credits (payments) for the last 45 days.
I want to build a query that will append new records for those customers with the late charge amount in the debit field and the text "Automatic Late Charge" in the description field. The activity table does have an autonumber field. I have tried several things, but I am still a little weak on complex SQL. Can someone please point me in the right direction?
Thanks in advance!
LJ Wilson
My personal saying - Just remember, it can always get worse, and usually will.