Hi,
I have an access DB which has various information on ticket closures within my department
I'm attempting to create a query which shows the average time it takes between a call being opened and resolved using the following
The format of my date and Time settings in my DB is
d/mm/yyyy h:mm:ss am
Anyone able to advise what i'm doing wrong?
Thanks
I have an access DB which has various information on ticket closures within my department
I'm attempting to create a query which shows the average time it takes between a call being opened and resolved using the following
Code:
rs.Open "SELECT AVG(DATEDIFF(hh, [HPD Opended Date Time], [HPD Resolved Date Time])) FROM HD", conn
The format of my date and Time settings in my DB is
d/mm/yyyy h:mm:ss am
Anyone able to advise what i'm doing wrong?
Thanks