Hello guys, i have a customer Order database. My question is in regard to 2 of the forms, one called "Sender" the other called "Recipient".
SENDER FORM (fields)
------------------------------
Customer ID
Customer FirstName
Customer LastName
Address1
Address2
PostCode
RECIPIENT FORM (fields)
----------------------------
Sender ID (same as Customer ID on previous form - RELATED)
FirstName
LastName
Address1
Address2
Tel
-------------------------------------------------------
You would have to open the sender details form first to view/open recipient records relating to that sender or creating a new recipient related to an existing sender.
My question is this, when creating a new Recipient, i would like the Recipient form to take the "Customer ID" from the open record in the Sender form and display it in the "Sender ID" field on the Recipient form. The 2 fields are related to each other.
SENDER FORM (fields)
------------------------------
Customer ID
Customer FirstName
Customer LastName
Address1
Address2
PostCode
RECIPIENT FORM (fields)
----------------------------
Sender ID (same as Customer ID on previous form - RELATED)
FirstName
LastName
Address1
Address2
Tel
-------------------------------------------------------
You would have to open the sender details form first to view/open recipient records relating to that sender or creating a new recipient related to an existing sender.
My question is this, when creating a new Recipient, i would like the Recipient form to take the "Customer ID" from the open record in the Sender form and display it in the "Sender ID" field on the Recipient form. The 2 fields are related to each other.