Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

calculate time and save in table

Status
Not open for further replies.

priac

Technical User
Joined
Feb 8, 2002
Messages
47
Location
US
I am new to this and having a problem. I have a time field [start] and a [end] field."=DateDiff("n",[start],[end])" That is stored in a field call "minutes". I devide by 60 "hours"and am trying to store the value in a table for later use. Total=hours. For some reason I can't store the value. It seems to have something to do with storing a time value. Help
 
If you have the two values required to calculate the result, you shouldn't store the result unless you have a reason that you didn't provide.

Duane
Hook'D on Access
MS Access MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top