I'm using Access 2003.
 
I have VBA code that imports a CSV file into an Access temp table. After the import, I'd like Access to move the CSV file into a "Processed" folder so the end user doesn't try to import it again.
 
I've googled on this, but there seem to be a bunch of different recommendations. Ideally, I'd like it to do the move only if the file imported successfully, so I'd probably want to put the command(s) inside a transaction. I know how to do transaction processing, just unsure of the right approach for the move(s).
 
Thanks for any help you can give.
 
Wayne
 I have VBA code that imports a CSV file into an Access temp table. After the import, I'd like Access to move the CSV file into a "Processed" folder so the end user doesn't try to import it again.
I've googled on this, but there seem to be a bunch of different recommendations. Ideally, I'd like it to do the move only if the file imported successfully, so I'd probably want to put the command(s) inside a transaction. I know how to do transaction processing, just unsure of the right approach for the move(s).
Thanks for any help you can give.
Wayne
 
	 
 
		