P
Piperlynne
I need help with having a form display the values in certain fields from a
table based on a combo box.
I have a form based on tblProject.
On the form, I have a combo box that looks at the Brand Name field in
tblBrand to find values for user to select to populate the Brand Name in the
tblProject. The combobox is named cboBrand.
In tblBrand - there are 3 fields - UnitType, MasterType, DateCoding that I
want to display when the user selects a Brand Name.
I have tried using cboBrand.Column(1) etc, but I'm pretty sure I'm missing
something.
table based on a combo box.
I have a form based on tblProject.
On the form, I have a combo box that looks at the Brand Name field in
tblBrand to find values for user to select to populate the Brand Name in the
tblProject. The combobox is named cboBrand.
In tblBrand - there are 3 fields - UnitType, MasterType, DateCoding that I
want to display when the user selects a Brand Name.
I have tried using cboBrand.Column(1) etc, but I'm pretty sure I'm missing
something.