kadams0920
Registered User.
- Local time
- Today, 15:29
- Joined
- Mar 14, 2007
- Messages
- 20
Hi,
I need to identify from a table that includes fields, product and license key, if there are any products that have the exact same set of license keys. So for instance:
product A has license keys 2, 3, 4
product B has license keys 3, 4, 5
product C has license keys 7, 8, 9
product D has license keys 2, 3, 5
product E has license keys 3, 4, 5
product F has license keys 6, 7, 8
product G has license keys 2, 3, 5
How can I determine from a query or through code that products B and E have the same set of license keys, and products D and G have the same set of keys? Each product can have more than 3 license keys or rows of data - I just provided it that way for simplicity's sake. Can this be done?
Thanks for your help.
Karyn
I need to identify from a table that includes fields, product and license key, if there are any products that have the exact same set of license keys. So for instance:
product A has license keys 2, 3, 4
product B has license keys 3, 4, 5
product C has license keys 7, 8, 9
product D has license keys 2, 3, 5
product E has license keys 3, 4, 5
product F has license keys 6, 7, 8
product G has license keys 2, 3, 5
How can I determine from a query or through code that products B and E have the same set of license keys, and products D and G have the same set of keys? Each product can have more than 3 license keys or rows of data - I just provided it that way for simplicity's sake. Can this be done?
Thanks for your help.
Karyn