Ok, so I will admit, I am a newbie to Access and VBA, but I have reached a series of epiphanies, and am rolling up my sleeves to get down to business. However, taking into account the lack of computer savvy in my office, I am trying to make things as "automatic" as possible to remove ID10T user error.
My desired result is this:
To have a function that, after a certain amount of time and one other criteria, runs and deletes the records that I do not need to hold on to. My situation is this: I have my main table where I store the records. When actual physical records in the table are ready to be reconciled, I run an action "delete" query that removes the record from the main table, but just previous to the "removal" of the record, it appends it do a seperate table that the end users do not have direct access to (for running reports for my office's management). I would like it so that when a certain amount of time passes, there is a function that goes through and removes the record, whith a minimum of intervention of the end user. A function that will just tidy things up a bit. A "Sweeper" program.
Does anyone have a starting point for me?
Thanks!
Aaron
My desired result is this:
To have a function that, after a certain amount of time and one other criteria, runs and deletes the records that I do not need to hold on to. My situation is this: I have my main table where I store the records. When actual physical records in the table are ready to be reconciled, I run an action "delete" query that removes the record from the main table, but just previous to the "removal" of the record, it appends it do a seperate table that the end users do not have direct access to (for running reports for my office's management). I would like it so that when a certain amount of time passes, there is a function that goes through and removes the record, whith a minimum of intervention of the end user. A function that will just tidy things up a bit. A "Sweeper" program.
Does anyone have a starting point for me?
Thanks!
Aaron