Calculating Elapsed Time > Subtract 30 minutes?
Robert T wrote:
> I have a simple flat file form that tracks my time at work, and except for
> one minor problem, it works perfectly. The two relevant time fields are
> [Start_Time] and [End_Time]. The calculated expression for [Total_Time] is:
>
> =HoursAndMinutes([End_Time] - [Start_Time])
>
> The above expression works, however, I need to subtract 1/2 hour [30
> minutes] from the above calculation because that's my lunch time. I thought
> it would take only a few seconds to make the change, but it's proven to be
> far more difficult than I thought. I searched on the HoursAndMinutes()
> function but couldn't find any relevant information.
>
> Thanks,
> Robert
Robert,