C
Chad
Hello, I am trying to sum a control from a continious forms detail section.
The form is based on a query named qrySuperlog. the text box im trying to sum
is named txtfootage and its control source is named FOOTAGE. I created an
unbound textbox in the detail section and named it txtSumOfFootage and its
control source is
=Sum([FOOTAGE]) then I created a unbound text box in the footer and named it
txtSum with its control source =[txtSumOfFootage]. I have tried this several
ways and I keep getting an #Error. Can someone explain what im doing wrong or
point me to an example of the same thing? Thanks!
The form is based on a query named qrySuperlog. the text box im trying to sum
is named txtfootage and its control source is named FOOTAGE. I created an
unbound textbox in the detail section and named it txtSumOfFootage and its
control source is
=Sum([FOOTAGE]) then I created a unbound text box in the footer and named it
txtSum with its control source =[txtSumOfFootage]. I have tried this several
ways and I keep getting an #Error. Can someone explain what im doing wrong or
point me to an example of the same thing? Thanks!