C
c8tz
I have a form which the user selects the BlockNo.
The other information that is entered in the form is :
1) NoOfRecordedTrees - RT
2)NoOfSurroundingTrees - ST
When the BlockNo is entered, a query runs which picks up fertiliser
rates for this Block for all sectors within that block.
With RT and ST - it should do a calculation such that it uses Rate/
sector * (RT+ST) to find how much fertiliser is needed for each sector
in each block.
I would like to add a column to the existing query showing
FertiliserAmt using these parameters. How do I specify them within the
query.
Thanks for your great assistance.
The other information that is entered in the form is :
1) NoOfRecordedTrees - RT
2)NoOfSurroundingTrees - ST
When the BlockNo is entered, a query runs which picks up fertiliser
rates for this Block for all sectors within that block.
With RT and ST - it should do a calculation such that it uses Rate/
sector * (RT+ST) to find how much fertiliser is needed for each sector
in each block.
I would like to add a column to the existing query showing
FertiliserAmt using these parameters. How do I specify them within the
query.
Thanks for your great assistance.