error 3022 - duplicate value in index

  • Thread starter Thread starter Dirk
  • Start date Start date
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
 
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.
 
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.

.
 
Back
Top