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
Operator '>' can not be applied to operands of type double or decimal
Can not edit MS Access Application??
How to keep the same machine name after re-imaging with SCCM 2007
foreach Object reference error c# and linq
Color Translator
The remote server returned an error: NotFound.
disabling key stroke events vb.net?
looking for XP NIC drivers for the sony pcg-491L
DBCC Shrink File job on tempdev will not stop
Moving a selected item from listbox1 to listbox2