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
PictureBox DataBinding
Entourage 2008 users can no longer login/sync to Exchange 2007
TRYING TO OPEN ACCESS DATABASE THAT HAS A FRONT END MENU WHEN DOUBLE CLICK TO OPEN
Short words in MSSQL full text search. Need them included!
SQL needs to ignore input mask
File System Task to rename file giving failed to lock variable error
windows 7 remote desktop
Teaching an ANSI SQL class and need a datasource and editor to practice writing code
Get sheet name
Indexes in DTS Import Export Wizard