Microsoft
Software
Hardware
Network
Question : How do I keep a running sum on a form in Access 2003?
I have a simple form in Access with two bound fields: "StartTime" and "EndTime". There is one unbound field called, "TimeSpent" whose control source is =[EndTime]-[StartTime]. These three fields are formatted as Short Time. I would like an unbound field in the form footer that keeps a running sum of "TimeSpent".
Is there a way to do this?
Thank you and regards,
Saleve
Answer : How do I keep a running sum on a form in Access 2003?
Add a textbox with a controlsource of
=Sum(=[EndTime]-[StartTime
])
Random Solutions
Data Type Mismatch in Criteria Expression - Using DateDiff function
how to format date with Html.TextBoxFor helper ?
Batch file for copying folder named as yesterday
How to generate a sql report with dynamic report filter and display the results dynamically?
windows 3d application launcher gadget
Run application in safe mode (run key doesnot work?)
VBA Macro to edit .bat file
Terminal Server 2008 TSWEB Opening more than one App
Access SQL DatePart or different method do display date range as month only
see how tables are linked in database diagram