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
Checking a Dataset for DBNull whiclst using the Compute SUM function
How to change SQL 2008 reporting services from native mode to sharepoint integrated mode
Why wont a hp laptop power up?
How to modify a field length on Live Database SQL Server 2008 - Error Message "Saving Changes is not permitted..."
What is the most liklely cause of a numeric field overflow error
streaming movies to xbox360 over lan
Open a new page in a Maximized window.
Enter Formula in the next available cell
sql query help
Best way to manage development virtual machines