G
Guest
Hello,
I have a table that collects production by date. In a form I added a combo
box to select a month of the year and a graph that will show production by
day of that month. I would like to have in the x-axis of that graph all days
of that month, regardless whether the production table has entries for that
day or not. I first thought of creating a table with the days of the month,
but the problem is that depending on the month, the axis should show 28, 30,
or 31 days. How can generate the values for the x-axis of my graph based on
the month and year selected in the combo box?
Thanks!
I have a table that collects production by date. In a form I added a combo
box to select a month of the year and a graph that will show production by
day of that month. I would like to have in the x-axis of that graph all days
of that month, regardless whether the production table has entries for that
day or not. I first thought of creating a table with the days of the month,
but the problem is that depending on the month, the axis should show 28, 30,
or 31 days. How can generate the values for the x-axis of my graph based on
the month and year selected in the combo box?
Thanks!