twoplustwo
Registered User.
- Local time
- Today, 14:56
- Joined
- Oct 31, 2007
- Messages
- 507
Hi guys,
Been a while since I worked with forms.
I have a list of customers that are monitored by the team. They need to add actions to each customer against a specific contract (one to many). At the moment a customer name is selected, a list box shows the different contract, they click which contract they need to enter a record for and a secondary form loads.
The second form is loaded with the name/contract details from the main form. There is a text field where the description is entered.
Where I am stuck is passing the contract ID across to the second form. This is so they can commit the record to tblActions with the contract field key/action etc.
Any suggestions welcome.
Been a while since I worked with forms.
I have a list of customers that are monitored by the team. They need to add actions to each customer against a specific contract (one to many). At the moment a customer name is selected, a list box shows the different contract, they click which contract they need to enter a record for and a secondary form loads.
The second form is loaded with the name/contract details from the main form. There is a text field where the description is entered.
Where I am stuck is passing the contract ID across to the second form. This is so they can commit the record to tblActions with the contract field key/action etc.
Any suggestions welcome.