Not In List Event

C

Carlee

I have a problem. I have a msgbox i want displayed when
there is a not in list event action. When i add the event
procedure in and test it, i get my message, AND the Access
generated one. How can i prevent this. I just want my
message.

Thanks all,
Carlee
 
H

Hugh O'Neill

Carlee said:
I have a problem. I have a msgbox i want displayed when
there is a not in list event action. When i add the event
procedure in and test it, i get my message, AND the Access
generated one. How can i prevent this. I just want my
message.

Thanks all,
Carlee


In order to avoid the Access generated error messages, you will need to
implenet some error handling to trap errors. For some messages that
don't raise errors, you need to Set Warnings Off, followed by Set
Warnings On after the situation is passed.

hth

Hugh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top