ChewDoggie
Programmer
Hello all,
I have a query that looks something like this.
"select distinct racer.racerid, racer.lname, racer.fname, racer.amanum, racer.tempnumber, racer.city, IIF(registration.Status = 'Y' and registration.eventid = " & entId & ", 'YES', '') from registration RIGHT JOIN racer on (racer.racerid = registration.racerid)"
I'd like to group the result set by racerid. Can this be done? I don't know the syntax rules for "grouping".
Many Thanks!
AMACycle
American Motorcyclist Association
I have a query that looks something like this.
"select distinct racer.racerid, racer.lname, racer.fname, racer.amanum, racer.tempnumber, racer.city, IIF(registration.Status = 'Y' and registration.eventid = " & entId & ", 'YES', '') from registration RIGHT JOIN racer on (racer.racerid = registration.racerid)"
I'd like to group the result set by racerid. Can this be done? I don't know the syntax rules for "grouping".
Many Thanks!
AMACycle
American Motorcyclist Association