Hello!
I have created a card form where the Field "No." is the Primary key in the table. when I open the Lookup Form and choose another value to go to another record the system try to change the value of the field and an error message saying that "the record already exisits" appears.
What can I do?
Thank you!!!
0
Answers
RIS Plus, LLC
1. Could it be that you have a Table where the Primary Key Field is Related to the Table Itself?
If this is the case, It is Wrong.
2. if what you are trying to do is to select another Record, then it is NOT done on Lookup(of the Primary Key) but on the List Form (Generally F5). This List form Must have been specified on the LookUpFormID Property of the Table.