Not In List Event

  • Thread starter Thread starter Carlee
  • Start date Start date
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
 
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
 
Back
Top