Hi,
Got problem, the set up is as follows:-
In Report Footer
Text Box (which is not visible to the user)
Name - TCO2
Control Source =DLookUp("[PDTCO2]","[QryNorms]","[PDTCO2]")
The value it looks up is 1.08585
Name - TotalTCO2
Control Source =Sum([TotalPD]*1.08585)/1000
This all works but what I would like to do for the TotalTCO2 Text Box is to change the Control Source to =Sum([TotalPD]*[TCO2])/1000 so that it takes the value from the TCO2 Text Box. When I try this I get an Error.
Can anyone suggest a solution?
Thanks Neill
Got problem, the set up is as follows:-
In Report Footer
Text Box (which is not visible to the user)
Name - TCO2
Control Source =DLookUp("[PDTCO2]","[QryNorms]","[PDTCO2]")
The value it looks up is 1.08585
Name - TotalTCO2
Control Source =Sum([TotalPD]*1.08585)/1000
This all works but what I would like to do for the TotalTCO2 Text Box is to change the Control Source to =Sum([TotalPD]*[TCO2])/1000 so that it takes the value from the TCO2 Text Box. When I try this I get an Error.
Can anyone suggest a solution?
Thanks Neill