I have a combobox on my main form and it lists geographical locations that the user creates.
How do I make the comboboxes on the sub forms match the one on the main form??
Thanks,
Printable View
I have a combobox on my main form and it lists geographical locations that the user creates.
How do I make the comboboxes on the sub forms match the one on the main form??
Thanks,
may be you can pass the Main form's combobox's value as parameter to sub form using property and set the sub form combobox's value to passed parameter during the sub form's load event.