Question : time difference between two times in minutes in ms access query

time difference between two times in minutes in ms access query
how do i get time difference in minutes from begin tme and end time in ms access query

Answer : time difference between two times in minutes in ms access query

SELECT DateDiff("n", Time1, Time2) AS MinutesDiff
FROM SomeTable
Random Solutions  
 
programming4us programming4us