MuskokaMad
Registered User.
- Local time
- Today, 05:06
- Joined
- Feb 28, 2010
- Messages
- 29
Thanks to all of you for your ongoing assistance
Here is what I want to do.
I have a fairly standard order management hierarchy.
Tables:
tbl_Customers: Primary Key= ID
tbl_Orders: Primary Key = ID
Foreign Keys: Customer_ID
tbl_DeliveryDetails: Primary Key = ID
Foreign Keys: Order_ID
There is also a tbl_OrderDetails but it is irrelevant to my question.
I have a form frm_NewOrderEntry with tab controls that is bound to the Order Table.
It has a subform sfrm_DeliveryDetails.
I would like to put in 2 buttons. The first puts the Primary Address information from the Customer Table into the relevant fields. The second the Secondary address information.
What is the right way to do this?
I have used DLookup in other parts of the database to populate fields but the tables are directly related.
Does this make a difference or is there a better way?
Here is what I want to do.
I have a fairly standard order management hierarchy.
Tables:
tbl_Customers: Primary Key= ID
tbl_Orders: Primary Key = ID
Foreign Keys: Customer_ID
tbl_DeliveryDetails: Primary Key = ID
Foreign Keys: Order_ID
There is also a tbl_OrderDetails but it is irrelevant to my question.
I have a form frm_NewOrderEntry with tab controls that is bound to the Order Table.
It has a subform sfrm_DeliveryDetails.
I would like to put in 2 buttons. The first puts the Primary Address information from the Customer Table into the relevant fields. The second the Secondary address information.
What is the right way to do this?
I have used DLookup in other parts of the database to populate fields but the tables are directly related.
Does this make a difference or is there a better way?