Hi
Got a form with a Detail section that can have any number of textboxes in it depending on the data a query brings back:
e.g.
QueryID Calculatedtextbox
QueryID Calculatedtextbox
QueryID Calculatedtextbox
QueryID Calculatedtextbox
The Calculatedtextbox has a DSum function, which uses the QueryID (another textbox).
I then have a footer at the bottom and need to sum all of the textboxes. Is this possible? Access doesn't seem to like it...
Got a form with a Detail section that can have any number of textboxes in it depending on the data a query brings back:
e.g.
QueryID Calculatedtextbox
QueryID Calculatedtextbox
QueryID Calculatedtextbox
QueryID Calculatedtextbox
The Calculatedtextbox has a DSum function, which uses the QueryID (another textbox).
I then have a footer at the bottom and need to sum all of the textboxes. Is this possible? Access doesn't seem to like it...