I need to build an archiving function into my project. Basically, I need to be able to remove records from the database that are completed (fldDisposition <> 'none') and save them elsewhere either in a text file or in another database. I can easily create this recordset with an ado control or with a data environment, and I can easily create a comma delimeted text file.
In general what are the best ways to build this function? Are there any good resources on the web on how to do this?
I've never built this kind of function before and I thought I'd do some research first. Thanks for the input.
In general what are the best ways to build this function? Are there any good resources on the web on how to do this?
I've never built this kind of function before and I thought I'd do some research first. Thanks for the input.