I have a script which copies an .mdb file and runs the copy. When the .mdb copy is closed, it then deletes it. However, I would rather use the run method, I believe, rather than a looping method. This is where I need help, I do not know how to correctly implement it. Also, I don't know the...