G
Greg Dunn
I have two tables in a parent-child relationship. Details on the tables are
as shown below:
Table1
-------
Item_ID (primary key)
Item_Owner (foreign key to Table2)
Table2
-------
Owner_ID (primary key)
Owner_Name
I wish to display, on a form designed for maintenance of the data in Table1,
a combobox which displays owner names (Table2.Owner_Name), but returns as
its bound ValueMember the item owner's ID (Table1.Item_Owner). Can I do
it?
Thanks!
as shown below:
Table1
-------
Item_ID (primary key)
Item_Owner (foreign key to Table2)
Table2
-------
Owner_ID (primary key)
Owner_Name
I wish to display, on a form designed for maintenance of the data in Table1,
a combobox which displays owner names (Table2.Owner_Name), but returns as
its bound ValueMember the item owner's ID (Table1.Item_Owner). Can I do
it?
Thanks!