LittleSmudge - Thanks for your help!
Yes, that field is the Primary Key, but it doesn't appear to be trying to add a duplicate value. Plus, I'd expect to get a regular Access message if I tried that.
You're right, I should have copied/pasted the code. I re-checked, though, and no typos...
I received the following error message:
Run-time error '3000':
Reserved Error (-1517);there is no message for this error.
Clicking "Help" reveals that there is no help for this error.
Here is the code that produces the error:
dim db as Database
dim rst as Recordset
dim strName as...
I just ran into this same problem. Based upon what you said in your question, I changed the first cell of data in the field in question from numeric to text by putting a single quote at the beginning. Not pretty, but it worked.:-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.