![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have Access2010. I have a "tblProducts" in my database linked to "frmInvoice". Some of the products require different names for the same thing, *for example a "Green Detergent" could be named "Supersoap" or "MildSoap" depending on the customer. What would be the simplest way to have many aliases for the one product? Please help Peter |
#3
| |||
| |||
|
|
On Nov 23, 10:03*pm, Peter Jason <p... (AT) jostle (DOT) com> wrote: I have Access2010. I have a "tblProducts" in my database linked to "frmInvoice". Some of the products require different names for the same thing, *for example a "Green Detergent" could be named "Supersoap" or "MildSoap" depending on the customer. What would be the simplest way to have many aliases for the one product? Please help Peter you could use a product alias table so you have tblProducts productId (pk) productName tblProductsAlias productAliasId (pk) productId (fk) productAliasName this would allow you to have many alias names for a product |
![]() |
| Thread Tools | |
| Display Modes | |
| |