I have an append query and a delete query. The append asks a parameter (like employeename) when appending. I want to be able to append the to my archive table and then delete same person from original table without having to give the same parameter twice.....right now I have them running one then oterh but I have to type in the name twice for both queries.....
Is there a way to run it and only have to type name in once?