prmitchell
Registered User.
- Local time
- Tomorrow, 08:00
- Joined
- Jan 2, 2013
- Messages
- 58
I wish to open a form based on the transaction table populate one of the foreign key fields with a selected value from a combo box from the switchboard (with going to a mainform&subform).
I know how to get the value of the combo box on the switchboard. I just know how to then store this value in the foreign key field.
stSelectedCustomer = Forms![Switchboard].[CustomerID]
gives me the value from the combo box on the switchboard
I then want to open the transaction form to open a new record and have Customer ID on this form be the stSelectedCustomer – storing this value in the transaction table when the user enters values in the other fields
Cross-fingers, thank you in anticipation
I know how to get the value of the combo box on the switchboard. I just know how to then store this value in the foreign key field.
stSelectedCustomer = Forms![Switchboard].[CustomerID]
gives me the value from the combo box on the switchboard
I then want to open the transaction form to open a new record and have Customer ID on this form be the stSelectedCustomer – storing this value in the transaction table when the user enters values in the other fields
Cross-fingers, thank you in anticipation