error 3022 - duplicate value in index

D

Dirk

Hi,

Can I programmatically trap the 3022 error ? On error
does not succeed, I don't seem to be able to catch it ?

Wim
 
J

John Spencer (MVP)

WHERE?

If you are trying to catch this on a form, you would normally trap it using the
form's OnError event.

In a module procedure where you are assigning values to a field, you should be
able to catch it in error code.
 
G

Guest

Thank you, I'll give it a try.

D
-----Original Message-----
WHERE?

If you are trying to catch this on a form, you would normally trap it using the
form's OnError event.

In a module procedure where you are assigning values to a field, you should be
able to catch it in error code.

.
 

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