Hi,
I'm trying to figure out how to combine two tables within a chart.
I have a table "A" with the fields "eventA" and "dateeventA"
I have a table "B" with the fields "eventB" and "dateeventB"
My goal is to have a line chart with the last 5 years on the horizontal bar of the chart and one line with the count of "eventA" for each year and another line for the count of "eventB" also year by year.
I've tried with queries but I can't find out how to combine the years...
One more question, is it possible to rename (via VBA) the legends of a chart? I need to do it via VBA because my form is multilingual
Any help would be greatly appreciated
I'm trying to figure out how to combine two tables within a chart.
I have a table "A" with the fields "eventA" and "dateeventA"
I have a table "B" with the fields "eventB" and "dateeventB"
My goal is to have a line chart with the last 5 years on the horizontal bar of the chart and one line with the count of "eventA" for each year and another line for the count of "eventB" also year by year.
I've tried with queries but I can't find out how to combine the years...
One more question, is it possible to rename (via VBA) the legends of a chart? I need to do it via VBA because my form is multilingual
Any help would be greatly appreciated
