max for each person

  • Thread starter Thread starter geebee
  • Start date Start date
G

geebee

hi,

need to select the MAX centername for each person (determined by combining
date. and centername AS ID) , and join that to another table by the created
ID. the 2 tables will be joined on the created ID. there are more than one
centername for each person. but i want the most recent one to be selected
and then used as a subquery in a main query. just not sure the syntax to do
this, or best approaches.

thanks in advance,
geebee
 
Back
Top