My form layout is as follow:
Company (combo box, reading from the Company table)
Contact (combo box, reading from the Contacts table)
Add Contact (command button when specific contact is not listed in Contact Combo)
...and few other fields
If the specific contact is not in the Contact Combo box, the user can click the command button, the Add Contact form appear and detail can be entered.
My question is, is there a way that the company id (as selected in the company combo box) be passed through to the Add Contact form? The contact which is then added, already got the company field populated with the right company id/name.
Company (combo box, reading from the Company table)
Contact (combo box, reading from the Contacts table)
Add Contact (command button when specific contact is not listed in Contact Combo)
...and few other fields
If the specific contact is not in the Contact Combo box, the user can click the command button, the Add Contact form appear and detail can be entered.
My question is, is there a way that the company id (as selected in the company combo box) be passed through to the Add Contact form? The contact which is then added, already got the company field populated with the right company id/name.