I want to have a button on my form which archives records in a table (copies to another table and deletes original) where the date in the record is > 6 months old.
Is it best to use a macro to run a couple of queries, or shall I do this in VBA SQL? Also, how do I calculate '6 months back from current date'?
Many thanks all!
Is it best to use a macro to run a couple of queries, or shall I do this in VBA SQL? Also, how do I calculate '6 months back from current date'?
Many thanks all!