I am building a new database in Access XP to store products, suppliers, customers, orders, etc.
When new products are added, I want the user to be able to select which supplier the product comes from, so in the design view of the PRODUCTS table I created a foreign key field called 'SupplierFkey' and asked it to be a Combo Box control looking up its value from the SUPPLIERS table. This seems to work fine.
What bothers me is the fact that in the Relationships window, no relationship is automatically created. Do I need to manually create one? If so, why would I need to create a relationship when the Lookup feature does the job? What benefits would I get from adding a relationship? If you think that I should create a relationship, why would I need to use the Lookup feature? Wouldn't the user be able to select a supplier if there was no Lookup feature, but there was a relationship set up between the PRODUCTS and SUPPLIERS tables?
Any ideas?
Thanks,
May
When new products are added, I want the user to be able to select which supplier the product comes from, so in the design view of the PRODUCTS table I created a foreign key field called 'SupplierFkey' and asked it to be a Combo Box control looking up its value from the SUPPLIERS table. This seems to work fine.
What bothers me is the fact that in the Relationships window, no relationship is automatically created. Do I need to manually create one? If so, why would I need to create a relationship when the Lookup feature does the job? What benefits would I get from adding a relationship? If you think that I should create a relationship, why would I need to use the Lookup feature? Wouldn't the user be able to select a supplier if there was no Lookup feature, but there was a relationship set up between the PRODUCTS and SUPPLIERS tables?
Any ideas?
Thanks,
May