markwilliams2004
MIS
- Feb 20, 2008
- 36
So I'm not sure if a query is the best way to do what I'm trying to accomplish but essentially:
1. I am trying to create a table that hold's the life of a agricultural field. The table I set up has the following data:
FieldNum PlantingDate
6133 07/10/2008
2. Based on that planting date, I wanted to create 36 timeframes which would inidcate the field's life until it needs to be replanted. So:
Month 1 = 07/10/2008
Month 2 = 08/10/2008
Month 3 = 09/10/2008
....
Month 36 = 06/10/2011
I thought about a query that would calculate this and ultimately store it in a table (maybe) but I quickly get a query is too complex.
Any thoughts on how to get to my end result more efficiently?
Thanks
1. I am trying to create a table that hold's the life of a agricultural field. The table I set up has the following data:
FieldNum PlantingDate
6133 07/10/2008
2. Based on that planting date, I wanted to create 36 timeframes which would inidcate the field's life until it needs to be replanted. So:
Month 1 = 07/10/2008
Month 2 = 08/10/2008
Month 3 = 09/10/2008
....
Month 36 = 06/10/2011
I thought about a query that would calculate this and ultimately store it in a table (maybe) but I quickly get a query is too complex.
Any thoughts on how to get to my end result more efficiently?
Thanks