R
Roger Tregelles
Hi Folks,
I've created a database to keep track of all of our suppliers here (Approved
Supplier Listing). Our purchasing group wants to add the ability to show all
of the types of commodities that the supplier can provide (injection
molding, tooling, packaging, etc.) Each supplier could have several
commodities to choose from a listing of about 20 choices.
I had thought about adding 20 true/false checkboxes to the main table and
then allow the user to select which commodities apply. The problem with that
is I need to also have a Parameter Query (tied to a Report) where you could
type in the name of a commodity and this would search all of the suppliers
for this value. I'm not sure you can create a Parameter Query to search all
20 fields at once.
I then thought of creating another table which could store all of the
commodities a supplier provides using the Parent/Child relationship. Only
problem here is I would need to create a sub-form off my main form to select
the commodities and this might look cluttered.
I've read about lookup tables which can store information from other tables
and thought this might be a solution. Never having worked with these, I'm
not sure how I would set it up exactly. Maybe I'm just over-thinking this.
I'm just looking for a recommendation on how to store this information and
how to retrieve it easily in simple parameter query by a single keyword
(commodity type). Thanks in advance for any and all help and direction
provided.
Roger Tregelles
Quality Engineer
I've created a database to keep track of all of our suppliers here (Approved
Supplier Listing). Our purchasing group wants to add the ability to show all
of the types of commodities that the supplier can provide (injection
molding, tooling, packaging, etc.) Each supplier could have several
commodities to choose from a listing of about 20 choices.
I had thought about adding 20 true/false checkboxes to the main table and
then allow the user to select which commodities apply. The problem with that
is I need to also have a Parameter Query (tied to a Report) where you could
type in the name of a commodity and this would search all of the suppliers
for this value. I'm not sure you can create a Parameter Query to search all
20 fields at once.
I then thought of creating another table which could store all of the
commodities a supplier provides using the Parent/Child relationship. Only
problem here is I would need to create a sub-form off my main form to select
the commodities and this might look cluttered.
I've read about lookup tables which can store information from other tables
and thought this might be a solution. Never having worked with these, I'm
not sure how I would set it up exactly. Maybe I'm just over-thinking this.
I'm just looking for a recommendation on how to store this information and
how to retrieve it easily in simple parameter query by a single keyword
(commodity type). Thanks in advance for any and all help and direction
provided.
Roger Tregelles
Quality Engineer