J
John Kozma
I want to be able to change the control source for a combo box in a form in
response to the user's actions. In particular, I want to change the control
source to a table, to add lines to the list displayed by the combo box
without adding records to the table, or to display expressions. I'm having
difficulty referring to the table. If my database name is db1, the table
name is tableX, and the field from tableX I want to display in the combo box
(comboY) is fieldZ, what would be a statement or statements in the form load
procedure to accomplish this?
Thanks,
John Kozma
response to the user's actions. In particular, I want to change the control
source to a table, to add lines to the list displayed by the combo box
without adding records to the table, or to display expressions. I'm having
difficulty referring to the table. If my database name is db1, the table
name is tableX, and the field from tableX I want to display in the combo box
(comboY) is fieldZ, what would be a statement or statements in the form load
procedure to accomplish this?
Thanks,
John Kozma