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
HP StorageWorks Modular Smart Array 1000 Question
Outdoor cisco 1300 AP
SQL 2008 Maintenance Plan, edit backup filename
Have to restart print spooler to print to HP Photosmart C7280
Windows 7 Firewall Service Unresponsive
Outlook 2007 Continually asks for an Exchange Server password
Sysprep Problem
MYSQL synchronization
Dynamic textbox template column in gridview
asp.net: How to determine if a when a user login. is an Admin Account, * the menu is selected to show admin pages & reports.