This is my first post and I'm not sure whether this should be in the Queries section.
Using XP and Access 2007
I want to transfer information from one table to another, then delete it from the first table.
I have written a macro which does these actions
1. Hourglass On
2. Open Query (Append query to write to the second table)
3. Close that Query (Don't know whether I need to do that but I'm getting desperate!)
4. Open Query (Delete query to remove data from the first table)
5. Close that Query
6. Close a form
7. Open a different form
8. Go to record (Next)
9. Close another form
10. Hourglass off.
Everything works except the Delete Query. What am I doing wrong?
Using XP and Access 2007
I want to transfer information from one table to another, then delete it from the first table.
I have written a macro which does these actions
1. Hourglass On
2. Open Query (Append query to write to the second table)
3. Close that Query (Don't know whether I need to do that but I'm getting desperate!)
4. Open Query (Delete query to remove data from the first table)
5. Close that Query
6. Close a form
7. Open a different form
8. Go to record (Next)
9. Close another form
10. Hourglass off.
Everything works except the Delete Query. What am I doing wrong?