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
Function to check results
SQL
VB.Net ERROR Message
WCF Client Proxy Wrapper Configuration Abstraction
VBA using Search Worksheet Function to Find Question Marks (Tilde)
How do I know what version IIS and IIS management console am I using it.
SBS 2008 VPN Help Required
IIS 7.0 Worker process crashes due to ODP.NET?
SBS2003 exchange error
Change table source for queries based on user or machine access