I have a fertilizer report completed and working which shows a legend of Analysis number and it's color.
It spans a 3 year range and by month. The fertilizer applications are shown under the month and colored according to which fertilizer was used. Currently, it just shows the month of application. I need to show the month of duration. These fertilizers have a "duration" which is in the table. Durations can be 1 month, 3 months, 6 months and so on. Say, January was the application, and the fertilizer's duration is 3 months...I need the fields in the report to be colored for Jan, Feb and Mar.
I've built the table the report runs from via update queries...where there is one record per plant/tree. So a plant/tree can have several applications throughout the year and different types of fertlizers.
The tables has the following fields:
Variety
Lot
Bin
Trees
Color
Analysis
Year1
Year2
Year3...all the way to Year36
The Year1 thru 36 contain the color number thats associated with the analysis. So...currently its like this:
Year1 Year2 Year3...etc
255
I need it to be...if say its for 3 month duration to update to:
Year1 Year2 Year3...etc
255 255 255
Year1 is January of previous year
Year2 is February of previous year
thru Year12
Year13 is January of current year
thru Year24 as December of current year
Year25 is January of next year
thru Year36 which is December of next year.
I've tried to be as detailed as possible...if you need anymore info...I'll try to provide ASAP I'll be glad to send snap shots of the report and modules if you need them.
Thanks in advance!
It spans a 3 year range and by month. The fertilizer applications are shown under the month and colored according to which fertilizer was used. Currently, it just shows the month of application. I need to show the month of duration. These fertilizers have a "duration" which is in the table. Durations can be 1 month, 3 months, 6 months and so on. Say, January was the application, and the fertilizer's duration is 3 months...I need the fields in the report to be colored for Jan, Feb and Mar.
I've built the table the report runs from via update queries...where there is one record per plant/tree. So a plant/tree can have several applications throughout the year and different types of fertlizers.
The tables has the following fields:
Variety
Lot
Bin
Trees
Color
Analysis
Year1
Year2
Year3...all the way to Year36
The Year1 thru 36 contain the color number thats associated with the analysis. So...currently its like this:
Year1 Year2 Year3...etc
255
I need it to be...if say its for 3 month duration to update to:
Year1 Year2 Year3...etc
255 255 255
Year1 is January of previous year
Year2 is February of previous year
thru Year12
Year13 is January of current year
thru Year24 as December of current year
Year25 is January of next year
thru Year36 which is December of next year.
I've tried to be as detailed as possible...if you need anymore info...I'll try to provide ASAP I'll be glad to send snap shots of the report and modules if you need them.
Thanks in advance!