I have two combo boxes that contain data from one table.
table has two fields: Name and ID
cboName
cboID
I would like both combo boxes to update each other.
example if start typing in the cboName box it fills in after update I would like the cboID to be updated with the correct value and vise versa if i start typing the ID in the cboID box when selected the cboName should be updated. Does that make since
example table
ID NAME
1 joe
2 jane
3 mark
so if i type in or select 1 in the ID combo box it should put 'joe' in the Name combo box.
or if i type in or select jane in the NAME combo box it should put '2' in the ID box.
I have read how to cascade combo boxes but that is not what i think i need.
I am using a Access 2010 web database.
table has two fields: Name and ID
cboName
cboID
I would like both combo boxes to update each other.
example if start typing in the cboName box it fills in after update I would like the cboID to be updated with the correct value and vise versa if i start typing the ID in the cboID box when selected the cboName should be updated. Does that make since
example table
ID NAME
1 joe
2 jane
3 mark
so if i type in or select 1 in the ID combo box it should put 'joe' in the Name combo box.
or if i type in or select jane in the NAME combo box it should put '2' in the ID box.
I have read how to cascade combo boxes but that is not what i think i need.
I am using a Access 2010 web database.