PDA

Click to See Complete Forum and Search --> : ok im getting two errors 3426 and 3058


Leeper77
Jan 23rd, 2000, 09:20 PM
ok ive got the db working kinda but im getting these two errors 3426 action was cancelled by an associated object. I have gotten past this kinda then we have another error 3058 primary key cannot have a null value. Any idea on what this means cause when i click add then it should update the new database so that it has a record in it but everytime i do that error shows up. DO any of you have any ideas?

Thanks

Serge
Jan 23rd, 2000, 10:02 PM
For error 3058 (Primary Key violation)....lools like you're trying to insert the record into your table without specifying the value for your primary key field. Or you're trying to update the primary key field with NULL value.

------------------

Serge

Programmer Analyst
sdymkov@microage.com
Access8484@aol.com
ICQ#: 51055819 (http://www.icq.com/51055819)

Leeper77
Jan 23rd, 2000, 10:05 PM
ok in the personal inventory the "name" is the primary key and when i do the add it moves all the same info from the one to the other? Thats what i cant figure out...