RSTechSupport
Technical User
Scenario I need help with:
Two salesman John and Joe. Both enter sales into a front end access form linked to a back end table.
Two queries one tracking Joe one tracking John's sales by current day, by time of day.
I thought, mistakenly, that if I then build a third query I would get column 1 with John column 2 with Joe that I could then build a graph off like a stock graph showing sales volume by each, two lines on one graph, charted by sales time of day. As those of you who are sharper than I have guessed already, the query result I got was cartesian product.
Sooo, what is the best query design to get the result I want. Two lines tracking two salesman on one chart by total sales volume by time of day in one hour increments. Data is recorded in one table by Salesman and time of sale (plus a bunch of other fields not relevant to this query)
Two salesman John and Joe. Both enter sales into a front end access form linked to a back end table.
Two queries one tracking Joe one tracking John's sales by current day, by time of day.
I thought, mistakenly, that if I then build a third query I would get column 1 with John column 2 with Joe that I could then build a graph off like a stock graph showing sales volume by each, two lines on one graph, charted by sales time of day. As those of you who are sharper than I have guessed already, the query result I got was cartesian product.
Sooo, what is the best query design to get the result I want. Two lines tracking two salesman on one chart by total sales volume by time of day in one hour increments. Data is recorded in one table by Salesman and time of sale (plus a bunch of other fields not relevant to this query)