B
Bob
The requirement is to create a browse screen within a form. There is to be no
manipulation of the data in the referenced table. There is only 1 table. To
do this, I have created 4 ComboBoxes to enable searches on 4 different fields
in the table. My objective is to pass the record pointer from any 1 ComboBox
to the other 3 ComboBoxes and to all the TextBoxes on this same form. I have
seen it work in real applications, sample applications, and books by “pulling
the dataâ€. By “pulling the dataâ€, I mean the focus is on the receiving
object. I require “pushing the dataâ€. I have seen 1 example of this in the
Northwind Order Form. The way the data seems to be pushed from the “Bill To
Customer ID ComboBox†to the “Bill To Address TextBox†below it and to the
“Ship To ShipName TextBox†to the right of it looks like an ideal way to
populate all of the controls on my form. However, I have not been able to
follow how it works. Can anyone help?
manipulation of the data in the referenced table. There is only 1 table. To
do this, I have created 4 ComboBoxes to enable searches on 4 different fields
in the table. My objective is to pass the record pointer from any 1 ComboBox
to the other 3 ComboBoxes and to all the TextBoxes on this same form. I have
seen it work in real applications, sample applications, and books by “pulling
the dataâ€. By “pulling the dataâ€, I mean the focus is on the receiving
object. I require “pushing the dataâ€. I have seen 1 example of this in the
Northwind Order Form. The way the data seems to be pushed from the “Bill To
Customer ID ComboBox†to the “Bill To Address TextBox†below it and to the
“Ship To ShipName TextBox†to the right of it looks like an ideal way to
populate all of the controls on my form. However, I have not been able to
follow how it works. Can anyone help?