hello everyone
I am trying to insert a record into a table with DAO (within MS-Access) and doing so, I receive an Error 3022 (which indicates that a unique index is violated). The error is correct since in fact the tried-to-insert record has a value which is already found in the table.
Now, I'd like to find out the name of the violated unique index. Does someone have a clue how I'd get this?
Thanks for any pointer René