I am busy putting together a mini MRP.
I need to generate a table that provide a monthly projected factory demand. The table will not be static as it will change for each month it is run rolling forward.
My access skills are a bit rusty and I am feeling like a bit of a dunce. I have generated a query that selets the 1st month of the period and another that returns all the data for the dates greater than the first period. I now need to summarise it into "monthly" coloumns.
Was thinking of using the month + 1 concept but cant seem to get it to work. any bright ideas?