H
hansjhamm
I have a table that has the following columns that I run in my query
ID-PK
StoreNumber
Date
ResumesSent
Currently, when I run the query and if a store number is listed 3 times
it will return the store number 3 times...easy enough. BUT, HR Dept. is
needing it a different way. They want the date column to reflect each
date in the fields, i.e. if a resume was sent on 9-5-06...that would be
a column. If one (or more than one) resume was sent on 9-6-06...that
would be a new column.
So, effectively the query would return something like this
ID StoreNumber (ResumesSent on)9-5-06 (ResumesSent on)9-6-06
1 111 3
4
2 222 7
0
I have never done this before and don't really know how to explain
it...
Thanks in Advance!
Hans
ID-PK
StoreNumber
Date
ResumesSent
Currently, when I run the query and if a store number is listed 3 times
it will return the store number 3 times...easy enough. BUT, HR Dept. is
needing it a different way. They want the date column to reflect each
date in the fields, i.e. if a resume was sent on 9-5-06...that would be
a column. If one (or more than one) resume was sent on 9-6-06...that
would be a new column.
So, effectively the query would return something like this
ID StoreNumber (ResumesSent on)9-5-06 (ResumesSent on)9-6-06
1 111 3
4
2 222 7
0
I have never done this before and don't really know how to explain
it...
Thanks in Advance!
Hans