I have a database that has start and end times in it. In order to find the amount of time spend, I created a calculated field in my query. I used the following formula:
Format([StartTime]-1 -[EndTime], "Short Time")
My query works great, but when I attempt to run my report I get an error...