I'm trying to do a simple task which is to transfer all data from 1 table to an archive table, based on a specific data field in the table. Is there any easy way of doing this, I have created 3 queries, that selects the data, transfer's it to the new table and then deletes it from the original table.
Now this works, but as the Database is not managed by me on a day to day basis I wanted to make it easy to perform. I tried to create a form that is used to select the date and then get the query to use this as the criteria. I've seen the [Forms]![FormName]![FormField], but can't get this to work and i've also used Parameter's which work, but you have to use the Parameter 3 times and remember to use the same date?
I hope that explains the problem and look forward to your help.
Now this works, but as the Database is not managed by me on a day to day basis I wanted to make it easy to perform. I tried to create a form that is used to select the date and then get the query to use this as the criteria. I've seen the [Forms]![FormName]![FormField], but can't get this to work and i've also used Parameter's which work, but you have to use the Parameter 3 times and remember to use the same date?
I hope that explains the problem and look forward to your help.