I have a table containing flight record data that is stored by an autonumber ID. I have Departure times and Arrival times stored as local time. To adjust for the time zone, I have joined the table with the GMT_OFFSET and converted the time values to GMT using a query to send values to a function. The table also has an elapsed time value in minutes, of which, some do not equal the correct value when you subtract the GMT Arrival time from the GMT Departure time.
How do I write vba to subtract GMT ARRIVAL TIME from GMT DEPARTURE TIME, display the returned value in minutes in another field and then verify this value with the ELAPSED TIME from the table?
Thanks,
Todd
How do I write vba to subtract GMT ARRIVAL TIME from GMT DEPARTURE TIME, display the returned value in minutes in another field and then verify this value with the ELAPSED TIME from the table?
Thanks,
Todd