Wondering if someone can help me out again. I have a field ApplicantId in a table Applicant which is a primary key and is displayed on a form frmCandidate. The problem is that the user would like to add a new applicant without having an applicant id for them, all of the other demographics are filled out. I have added a button on the form named AssignTempId which when clicked will add a temporary id in the ApplicantId field preferably as a negative number. Example, -1 would be added to the first applicant without an Id then -2 for the next Applicant without an Id. Can someone help me with the code to fill the applicantId textbox with the temp id as well as the ApplicantId with the same temp id.
Thanks for the help
Thanks for the help