D
David M C
When you look at the Northwind Databse example, in each of their orders they
are able to select the company name from a combobox. When you look at the
relationships diagram the SupplierID fields in Order and Suppliers are
linked. They alter the lookup field for SupplierID in the Order table to
select the appropriate SupplierID from the suppliers table (I have been able
to achieve this in my database design). However, instead of displaying
SupplierID, they have it displaying CompanyName. How can I do this?
I have all the keys and relationships setup, copied the lookup field from
the Northwind sample into my own database and edited accordingly, but I can
only select Suppliers by ID.
Any ideas?
Thanks
Dave
are able to select the company name from a combobox. When you look at the
relationships diagram the SupplierID fields in Order and Suppliers are
linked. They alter the lookup field for SupplierID in the Order table to
select the appropriate SupplierID from the suppliers table (I have been able
to achieve this in my database design). However, instead of displaying
SupplierID, they have it displaying CompanyName. How can I do this?
I have all the keys and relationships setup, copied the lookup field from
the Northwind sample into my own database and edited accordingly, but I can
only select Suppliers by ID.
Any ideas?
Thanks
Dave