Hi,
I am new here so I hope this is the correct place to post this. I have two tables and two forms; each form is created from its corresponding table. I have one form that allows a user to input details about an individual piece of property (details stored in relevant table); the second form is selected from the first and allows a user to track the movements of the item in the first.
I have a primary key in the first and a field in the second table that relates to that primary key.
What I want to do is when a user enters the detail of an item in the first form and selects the second form to track its movements I want two fields in the second form to be automatically populated from the corresponding fields in the first.
I am new here so I hope this is the correct place to post this. I have two tables and two forms; each form is created from its corresponding table. I have one form that allows a user to input details about an individual piece of property (details stored in relevant table); the second form is selected from the first and allows a user to track the movements of the item in the first.
I have a primary key in the first and a field in the second table that relates to that primary key.
What I want to do is when a user enters the detail of an item in the first form and selects the second form to track its movements I want two fields in the second form to be automatically populated from the corresponding fields in the first.