hello
i have a make table that has a client id and a field called Service (derived from): Format([ServiceDate] & " " & Format(dbo_ClientProgressNoteTime!StartTime," hh:mm"),"General Date")
i made a query and grouped by the Client ID and want the min of Service but my results show a numerical order result
10/8/2013 2:00:00 PM
11/12/2013 1:00:00 PM
11/5/2013 2:15:00 PM
12/17/2013 12:00:00 PM
2/12/2013 12:55:00 PM
2/12/2013 3:55:00 AM
i don't write much, if any, code, so i'd like to do this within my query.
thanks for your help
i have a make table that has a client id and a field called Service (derived from): Format([ServiceDate] & " " & Format(dbo_ClientProgressNoteTime!StartTime," hh:mm"),"General Date")
i made a query and grouped by the Client ID and want the min of Service but my results show a numerical order result
10/8/2013 2:00:00 PM
11/12/2013 1:00:00 PM
11/5/2013 2:15:00 PM
12/17/2013 12:00:00 PM
2/12/2013 12:55:00 PM
2/12/2013 3:55:00 AM
i don't write much, if any, code, so i'd like to do this within my query.
thanks for your help