Access Query
I have a table of Applications (ApplicationID) and each application has to be reviewed and approved.
I have a table of people in my organization (PeopleID) and I have a table of roles: RoleID, ApplicationID, PeopleID.
For one Application, Role table has two rows:
Role ID............... ApplicationID................ PersonID'.................Role
AutoNo ..............22 ..................................33 ............................Reviewer
AutoNo+1 ..........22 ..................................44 ............................Approver
Is it possible to build a query that results in a single record set? Eg
ApplicationID'...............Reviewer ...............Approver
22 ................................33 .........................44
I have been trying and researching for most of yesterday and got nowhere.
Cheers
David
I have a table of Applications (ApplicationID) and each application has to be reviewed and approved.
I have a table of people in my organization (PeopleID) and I have a table of roles: RoleID, ApplicationID, PeopleID.
For one Application, Role table has two rows:
Role ID............... ApplicationID................ PersonID'.................Role
AutoNo ..............22 ..................................33 ............................Reviewer
AutoNo+1 ..........22 ..................................44 ............................Approver
Is it possible to build a query that results in a single record set? Eg
ApplicationID'...............Reviewer ...............Approver
22 ................................33 .........................44
I have been trying and researching for most of yesterday and got nowhere.
Cheers
David