S
Sharat Koya
Hi I have two tables...
DataSources(id, Type, Name)
DataSourcesTypes(id, TypeDescription)
DataSourcesTypes contains lookup field data that will populate the Type
field in the DataSource table.
I would like to setup a comboBox with the following...
DisplayMember = DataSourcesTypes.TypeDescription
ValueMember = DataSources.Type
The ultimate effect being a form that displays the description in a combo
box but is altering the ID field in the dataSource table for the particular
dataSource being edited.
I understand that a relationship should be setup but I cannot get it to work
?
thanks for any time on this
Sharat Koya
DataSources(id, Type, Name)
DataSourcesTypes(id, TypeDescription)
DataSourcesTypes contains lookup field data that will populate the Type
field in the DataSource table.
I would like to setup a comboBox with the following...
DisplayMember = DataSourcesTypes.TypeDescription
ValueMember = DataSources.Type
The ultimate effect being a form that displays the description in a combo
box but is altering the ID field in the dataSource table for the particular
dataSource being edited.
I understand that a relationship should be setup but I cannot get it to work
?
thanks for any time on this
Sharat Koya