G
Guest
I have an Access 2003 database front-end (running in SQL Compatible mode)
linked to SQL Server 2000 tables.
I have the following tables:
tblVolunteer
iVolunteerID
cVolunteerName
tblStudy
iStudyID
cStudyCode
dStartDate
and a Junction table
tblVolunteer_Study
iVolunteerID
iStudyID
I am trying to write a query that returns the iVolunteerID and cStudyCode
for the last study that the volunteer attended. Have looked at Michel Walsh's
excellent article on the Access Web, but have been unable to apply it
successfully to my situation - would ideally like a single query solution.
linked to SQL Server 2000 tables.
I have the following tables:
tblVolunteer
iVolunteerID
cVolunteerName
tblStudy
iStudyID
cStudyCode
dStartDate
and a Junction table
tblVolunteer_Study
iVolunteerID
iStudyID
I am trying to write a query that returns the iVolunteerID and cStudyCode
for the last study that the volunteer attended. Have looked at Michel Walsh's
excellent article on the Access Web, but have been unable to apply it
successfully to my situation - would ideally like a single query solution.