I am sorry but I have being trying to work this out and am now so confused that I am not sure which way to turn so any help would be appreciated.
I am trying to build a query that I will then use in a form and a report and is based on the application of a fertiliser to a crop.
When a fertiliser is applied to a crop the effect that it can have on a crop can last several years. So I currently have an incidence of an application of fertiliser and fields called
FieldName (this is a field in the agricultural sense not an Access field)
Year of Application
EffectYr0
EffectYr1
EffectYr2 (these are created based on a calculation)
The table I want to end up with would be something like this
Field Name Effect2003 Effect2004 Effect2005 Effect2006 and so on.
Example 1 XXX XXX XXX XXX
Example 2 XXX XXX XXX XXX
The Effect could be an accumulation of several different years applications eg Effect2005 could be an accumulation of applications in 2003, 2004 and 2005.
Some years there may be no applications at all.
I had this working once but it was based on a query based on a query based on a query and the reporting was so slow that I thought there must be a more efficient way of setting this up.
I am quite new to Access, OK with simple queries but not sure how to build this one. Please does anyone have any suggestions how I should set this up? I will gladly supply more info if required.
Thank you in advance.
I am trying to build a query that I will then use in a form and a report and is based on the application of a fertiliser to a crop.
When a fertiliser is applied to a crop the effect that it can have on a crop can last several years. So I currently have an incidence of an application of fertiliser and fields called
FieldName (this is a field in the agricultural sense not an Access field)
Year of Application
EffectYr0
EffectYr1
EffectYr2 (these are created based on a calculation)
The table I want to end up with would be something like this
Field Name Effect2003 Effect2004 Effect2005 Effect2006 and so on.
Example 1 XXX XXX XXX XXX
Example 2 XXX XXX XXX XXX
The Effect could be an accumulation of several different years applications eg Effect2005 could be an accumulation of applications in 2003, 2004 and 2005.
Some years there may be no applications at all.
I had this working once but it was based on a query based on a query based on a query and the reporting was so slow that I thought there must be a more efficient way of setting this up.
I am quite new to Access, OK with simple queries but not sure how to build this one. Please does anyone have any suggestions how I should set this up? I will gladly supply more info if required.
Thank you in advance.