Hello,
I am using a ListBox(Combo12) which contains values of ETO from a query[ID-ETO].
I have selected the ETO field from the table
I am using a ListBox(Combo12) which contains values of ETO from a query[ID-ETO].
I have selected the ETO field from the table
- to populate my ListBox.
The combo12 is on form named [MainForm].
Now, I have another form [Form_1] which has several textboxes including the ETO, etc. all of which are contained in a table- .
So How do I use a button on MainFrom to select a particular ETO to open Form_1 to populate different textboxes?
Can someone tell me which events in the property sheet of the corresponding forms, buttons and combo boxes need to be used to trigger this event. I am really confused here and have been stuck ...
Thanks in advance,
Nikhil
- .