G
Guest
I am trying to make a crosstab query that will have a row heading of the
salesperson initials and the column headings will be monday through sunday.
for the values i want to insert the store that the salesperson is working in
on that day. i would also like to be able to reverse it and make the row
heading the store and the column headins monday - sunday and the initials the
value
the tables are
tbl_Schedule
-Id
-Salesperson (Number Relates To Employee Table)
-Date
-Store( number relates to Store Table)
tbl_Employees
-Id
-First
-Last
-Initials
tbl_Stores
-Id
-Name
how can i acheive this effect? is the Crosstab query the right way to go???
Thanks Again
WStoreyII
salesperson initials and the column headings will be monday through sunday.
for the values i want to insert the store that the salesperson is working in
on that day. i would also like to be able to reverse it and make the row
heading the store and the column headins monday - sunday and the initials the
value
the tables are
tbl_Schedule
-Id
-Salesperson (Number Relates To Employee Table)
-Date
-Store( number relates to Store Table)
tbl_Employees
-Id
-First
-Last
-Initials
tbl_Stores
-Id
-Name
how can i acheive this effect? is the Crosstab query the right way to go???
Thanks Again
WStoreyII