BroncoMarc
Registered User.
- Local time
- Today, 19:02
- Joined
- Apr 4, 2002
- Messages
- 43
I have an existing table that currently looks like this:
I want to use a make table query to convert the table to something like this:
Is there an easy way to do this?
Thanks,
- Marc
Code:
Product Month Number Sales
cogs 1 245
cogs 2 324
sprockets 2 352
sprockets 1 123
I want to use a make table query to convert the table to something like this:
Code:
Product Sales Month 1 Sales Month 2 Sales Month 3 ....
Cogs 245 324 0
Sprockets 123 352 0
Is there an easy way to do this?
Thanks,
- Marc
Last edited: