by pass error message

F

fth

Hello,

I 've a script with 'ConvertAccessProject' that convert from ac97 to ac2003
(2002 file format).
For some file there's a password and when my script arrives at that point,
appli is blocking.
I try to oblige access to bypass the db with that kind of problem.

I use 'on error resume next' but in the best case, I click cancel on the
message box.
In the bad case, appli blocking.

What I would like to do:

if an error is find, mark the db line with a flag (yes/no ...) AND pass
imediately at the next db to convert.

How can I do that?

many thnaks by advance

Fred
 
Top