P
Paul
I have one combo box with six columns. One value is tied to the underlying
table. I want people to choose from the combobox, and have ALL 6 underlying
fields updated according to the combo box selection. It updated the one field
that has the underlying field as the record source, is there anyway to tie
the remaining 5 columns to the underlying table?
Currently, the combobox relies on a seperate table that populates its values
(a lookup table more or less), but each field in the seperate table does have
a corresponding field in my main table.
I did the =column5(or whatever column) and got it to display the correct
info for each column field in the form, but that doesn't affect the
underlying table.
Hope I didn't make this overly complicated...thanks for your time.
Paul
table. I want people to choose from the combobox, and have ALL 6 underlying
fields updated according to the combo box selection. It updated the one field
that has the underlying field as the record source, is there anyway to tie
the remaining 5 columns to the underlying table?
Currently, the combobox relies on a seperate table that populates its values
(a lookup table more or less), but each field in the seperate table does have
a corresponding field in my main table.
I did the =column5(or whatever column) and got it to display the correct
info for each column field in the form, but that doesn't affect the
underlying table.
Hope I didn't make this overly complicated...thanks for your time.
Paul