AccessHelp123
Programmer
Hi,
What I am trying to do is feed a query to the graph so it selects fields from two tables and shows me two series on the graph, one from each table. The query I have now plots the graph for one field in one table. The query looks something like this.
SELECT table1.Date, Avg(table1.LostCalls)FROM table1 GROUP BY table1.Date
Please let me know if you have any ideas on how to do the same for two tables. Appreciate your help.
What I am trying to do is feed a query to the graph so it selects fields from two tables and shows me two series on the graph, one from each table. The query I have now plots the graph for one field in one table. The query looks something like this.
SELECT table1.Date, Avg(table1.LostCalls)FROM table1 GROUP BY table1.Date
Please let me know if you have any ideas on how to do the same for two tables. Appreciate your help.