Currently have a passthrough query within MS Access that is used to extract data from an Oracle database.
Select Name, AdmitHr
from Encounter
Noticed that the query results for the "AdmitHr" field appears to be in military time format, i.e. 022, 17, 024, etc.
Can anyone offer insight as to...