AlexN
Registered User.
- Local time
- Today, 05:23
- Joined
- Nov 10, 2014
- Messages
- 302
Hi everyone,
I have two forms, FormA and FormB.
On FormA I have two controls "SupplierID" and "CustomerID" that are comboboxes from which I select values respectively.
On FormB there are the same two controls, only this time they are textboxes.
With a command button on FormA I close FormA and open FormB.
What I want to accomplish is:
Both forms are bound to tables respectively and the command button in FormA opens FormB on NewRecord
Any ideas?
Thanks
I have two forms, FormA and FormB.
On FormA I have two controls "SupplierID" and "CustomerID" that are comboboxes from which I select values respectively.
On FormB there are the same two controls, only this time they are textboxes.
With a command button on FormA I close FormA and open FormB.
What I want to accomplish is:
- If any SupplierID selected in FormA to pass to the corresponding textbox in FormB.
- If any CustomerID selected in FormA to pass to the corresponding textbox in FormB.
- If Both selected, both to pass to the corresponding textboxes in FormB
- If none selected nothing to pass to the corresponding textboxes in FormB.
Both forms are bound to tables respectively and the command button in FormA opens FormB on NewRecord
Any ideas?
Thanks
Last edited: