Guest_imported
New member
- Jan 1, 1970
- 0
i have a query with 2 date/time fields. i want an extra column that stores the difference between the two fields, in minutes. again, the 2 above-mentioned fields contain the time (eg. 5:00 AM)
I tried MINUTE(["2ndfield"]-["1stfield"]) but it doesn't work(shows 0 as result). i tried converting the 2 date/time fields to text fields, but it still does not work. any suggestions?
I tried MINUTE(["2ndfield"]-["1stfield"]) but it doesn't work(shows 0 as result). i tried converting the 2 date/time fields to text fields, but it still does not work. any suggestions?