Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The link I provided is info on doing just that.dhookom said:[blue] ... why not just use the Running Sum property of the text box?[/blue]
Did you install the above code and did you put it in the proper control? ... [purple]its the field being summed[/purple], not the [blue]RunSum[/blue]faq702-5248 said:[blue]Finally, [purple]to see updates on the fly[/purple], in the AfterUpdate event of the field to runsum copy/paste the following:
[/blue]Code:[blue] DoEvents Me.Recalc[/blue]
You need to go back to [blue]Query RunSum[/blue]. I infact did see an error in your syntax:sailinxtc said:[blue] I working with faq on Running sums with query and have the following syntax, I am guessing my issue is with the spaces in the names again. used in my query "Search by Date"[/blue]
[blue]RunSum: CDbl(RecRunSum("Search by Date","Log ID",[red][b]"[/b][/red][Log Id][red][b]"[/b][/red],"HoursTrained"))
should be
RunSum: CDbl(RecRunSum("Search by Date","Log ID",[Log Id],"HoursTrained"))[/blue]