Microsoft
Software
Hardware
Network
Question : Adding time to a date/time field
I need to add 10 hours to a date/time field and report on it. The current formula is:
DateTimeToTime ({table.field})
I know I can't simply add "+ 10.5" to the end...
Thanks!
Answer : Adding time to a date/time field
Hi can't test right now, but try
Time(dateadd('h', +10,{table.field}))
Kj
Random Solutions
Building a Where Clause based on Check Box
Database Driven Website
Looking for Video Recording Software for Samsung Cameras
Number of records when appending query via VBA
esx 4 update 01 no 64bit server will install
How can i do insert more data with insert query with more select statment linqToSQL?
How do I retire a Windows Server 2003 from a Domain
Trojan After Shock Keeps Opening Mutliple Tabs when using IE and Firefox, how to fix?
Configuring Incoming Mail to SharePoint w/o Exchange on-site
Capture Linkbutton click event in Master page from Content page