Hey guys,
I am trying to use built in access charting create a simple line graph but I need help formating the data the way I need it.
Right now I have a query that boils down the information into 12 records, one for each month of the year as a yes/no/N-a
format (1 for true, 0 for false, 2 for NA). Now I want to chart the line as a simple average for the year (I.E. January is a yes,
100% then February is a no, drops down to 50%, etc). Lastly, I want it to just use last months average if its a N/A and not
have that month factor into the average.
Any idea's how I can possibly do this?