Hello everyone. I have a table called payee table. It has the following fields:
payeeID
payeeName
payeeAddress
Postal Code
accountNo
type
The thing is I have created a form such that it allows the user to add a record into this table. PayeeID is actually autonumber and primary key for this table and the rest of text datatype. The problem here is that my autonumber payeeid seems to be generating non- unique( ids which are already existing). Thus, I cannot add data into the table manually or thru the form.
Someone please help!
Thanks
payeeID
payeeName
payeeAddress
Postal Code
accountNo
type
The thing is I have created a form such that it allows the user to add a record into this table. PayeeID is actually autonumber and primary key for this table and the rest of text datatype. The problem here is that my autonumber payeeid seems to be generating non- unique( ids which are already existing). Thus, I cannot add data into the table manually or thru the form.
Someone please help!
Thanks
