D
Dennis
Using a macro, I have a series of action queries, 1. A
table delete query, 2. A file import query and then 3. A
delete query, that deletes certain records that do not
match records on the original import query.
As I was tired of pressing ok on each warning window that
warns of deletes, appends, and data changes, I disabled
the action queries warning. The problem arises when
someone (including me) activates the macro when the import
disk is not in the A: drive. As you may have concluded all
of the records in the database are deleted.
What I would like to do is either make some way to make
sure the file access is looking for is in the drive before
the actions continue or have one warning window that asks
the user to make sure the file is in the A:drive. I prefer
the first idea that helps make it user/idiot proof. Maybe
there is another idea that is much better?
Thanks,
Dennis
table delete query, 2. A file import query and then 3. A
delete query, that deletes certain records that do not
match records on the original import query.
As I was tired of pressing ok on each warning window that
warns of deletes, appends, and data changes, I disabled
the action queries warning. The problem arises when
someone (including me) activates the macro when the import
disk is not in the A: drive. As you may have concluded all
of the records in the database are deleted.
What I would like to do is either make some way to make
sure the file access is looking for is in the drive before
the actions continue or have one warning window that asks
the user to make sure the file is in the A:drive. I prefer
the first idea that helps make it user/idiot proof. Maybe
there is another idea that is much better?
Thanks,
Dennis