Good Morning!
I currently have two forms both usedfor adding new records into two different tables.
The problem I am having was first that I could not simply bring the value in the ID field over from one form to the next.
Now all I would like to be able to do is copy the value in the first ID and Paste in the second ID field on the second form.
I am currently getting an error possibly because the ID field on the first form in the Primary key for the table that form is linked to, on the second form however ID field is not the Primary key, I also can't make it the primary key because their are duplicate records that I cannot delete.
So... is it possible to get around this somehow to be able to copy and paste from one form to another?
Thanks for any help!