Hello,
I have a table that gets updated data monthly from an update query that I run at the beginning of every month. The table has the fields Account #, Acct Amt, Days over due, and date of last payment. This table keeps track of any accounts that have any over due balances that have not been paid.
The update query updates any new accounts that have been added to the list but, is there any way to create either a delete or update query that deletes any records that are no longer on the list? Basically, I need a way to delete the accounts that paid and therefore are no longer on the list.
Is there a way to do this?
Thank you
I have a table that gets updated data monthly from an update query that I run at the beginning of every month. The table has the fields Account #, Acct Amt, Days over due, and date of last payment. This table keeps track of any accounts that have any over due balances that have not been paid.
The update query updates any new accounts that have been added to the list but, is there any way to create either a delete or update query that deletes any records that are no longer on the list? Basically, I need a way to delete the accounts that paid and therefore are no longer on the list.
Is there a way to do this?
Thank you