wildexodus
Registered User.
- Local time
- Today, 18:11
- Joined
- Feb 6, 2003
- Messages
- 74
I have two forms, frmCustomer and frmOrder. Frmcustomer inputs customer details, frmOrder inputs order details and also has a subform to input different products for each order. All of this is working fine.
I have a primary key in tbl customer called customerID and this is also a foreign key in tblOrder. What i need to do is put a button on frmCustomer that will open frmOrder and take whatever the CustomerID is on frmCustomer and copy it to frmOrder.
Is this possible?
I have a primary key in tbl customer called customerID and this is also a foreign key in tblOrder. What i need to do is put a button on frmCustomer that will open frmOrder and take whatever the CustomerID is on frmCustomer and copy it to frmOrder.
Is this possible?