G
Gregg Knapp
I have a Products table containing the usual product fields such as
a product number, description, and so on w/ an AutoNumber set
as the primary key. I'm attempting to find an efficient way to link
"related" products together for query purposes.
i.e. - If someone selects the product record for a flashlight, I could
easily identify the related records such as carrying cases and bulbs.
I thought about a separate, non-related table which would simply
have fields w/ the ProductIDs, but this seems duplicative (as I'd
be storing the Product numbers in two places) and expensive in
query terms.
Would someone out there have a more simple solution? I'm sure
this is a common function. Thanks for the assist!
Gregg
a product number, description, and so on w/ an AutoNumber set
as the primary key. I'm attempting to find an efficient way to link
"related" products together for query purposes.
i.e. - If someone selects the product record for a flashlight, I could
easily identify the related records such as carrying cases and bulbs.
I thought about a separate, non-related table which would simply
have fields w/ the ProductIDs, but this seems duplicative (as I'd
be storing the Product numbers in two places) and expensive in
query terms.
Would someone out there have a more simple solution? I'm sure
this is a common function. Thanks for the assist!
Gregg