HEEEELPPPP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a problem with my Access porgram. The problem is that i whant to
calculate time differential and I do not know how. I wrote a simple formula
bot did not work. The formula was as follows:
Time Frame: [TIME]-[PREVIOUS TIME]

This formula gave me an error. PLease help me on this matter.
 
TimeFrame: DateDiff("n",[Time],[PRevious Time] )

should give time difference in minutes
 
Back
Top