I have a public function (Percentile) in the modules, when I call it in Query, Access gives me "Undefined function'Percentile' in expression". Thanks in advance.
By using Group By, I only know how to do for two columns Such as:
SELECT Min(Incident_Event.Date_Time) AS ArriveTime, Response.Incidentid
FROM Response INNER JOIN Incident_Event ON Response.ResponderId = Incident_Event.ResponderId
WHERE (((Incident_Event.EventEnum)=100005) AND...
Hi every one,
I am a Access beginer, I have some questions to ask. Here is my question: I want to compare the id first, if the ids are the same pick the row with the earliest time, if id is unique then store. For example:
id Arrive Time
417 2006-01-06 7:50:56 PM
417 2006-01-06 8:15:17 PM
64...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.