I've two textboxes on the form that are bound to TimeUp and TimeDown fields of a table. Both are in short time format and I've another textbox called Duration, which will calculate the difference in time between TimeUp and TimeDown in minutes.
The control source of Duration is: Abs(Int(CSng([TimeUp]-[TimeDown])*1440))). Duration textbox displays #Error in the form's preview. I've read up troubleshooting #Error in Access Help Index but couldn't find the fault. Why?
The control source of Duration is: Abs(Int(CSng([TimeUp]-[TimeDown])*1440))). Duration textbox displays #Error in the form's preview. I've read up troubleshooting #Error in Access Help Index but couldn't find the fault. Why?