Hi Guys,
I'm trying to create a query that will pull data from several tables without filtering data from those tables at the same time, and I don't know how to do this. I'm working with a grant database that holds information of successful and unsuccessful applicants.
I have a table, tblAll Applicants, that holds ApplicantName, GrantName, ProjectTitle. This table holds this information for both successful and unsuccessful applicants, but there is no indication of which applicants are successful or not in this table. I have another table, tblAwarded Grants that hold information for only successful grants. Those two tables are linked by a junction table. (I've attached a screen shot of the relationships)
What I'd like the query to do is pull all the applicant data from tblAllApplicants (of both successful and unsuccessful applicants) and merge this with data from tblAwarded Grants, so that I end up with a query that displays all applicants and awardees are noted because those records have GrantNumbers associated with them.
right now, when I query these two tables the query filters out the unsuccessful applicants.
If someone can help me out on this, I'd really appreciate it.
I'm trying to create a query that will pull data from several tables without filtering data from those tables at the same time, and I don't know how to do this. I'm working with a grant database that holds information of successful and unsuccessful applicants.
I have a table, tblAll Applicants, that holds ApplicantName, GrantName, ProjectTitle. This table holds this information for both successful and unsuccessful applicants, but there is no indication of which applicants are successful or not in this table. I have another table, tblAwarded Grants that hold information for only successful grants. Those two tables are linked by a junction table. (I've attached a screen shot of the relationships)
What I'd like the query to do is pull all the applicant data from tblAllApplicants (of both successful and unsuccessful applicants) and merge this with data from tblAwarded Grants, so that I end up with a query that displays all applicants and awardees are noted because those records have GrantNumbers associated with them.
right now, when I query these two tables the query filters out the unsuccessful applicants.
If someone can help me out on this, I'd really appreciate it.