D
Darin
I have two tables, one containing Job information like, Title, Pay Range, Job
ID, Active Flag, etc...
The other table has personnel information such as Name, Rate of pay, Job ID,
Active Flag, etc...
I am pulling all information from my "Job Table" Joining it to to my other
table by the Job ID and setting the property to pull all records from the Job
table, and only those records from the other table where the joined fields
are equal. I want to only add a few fields from the second table .
I have an Active flag in both tables, one referiing to the Job and the other
refering to someone working or being terminated.
I set the criteria in my query to pull only Active "Jobs" from the Job
table, and to pull "Is Null" or "Active" personnel information from the other
table, but not terminated info.
In Access 2003 this would pull all information from the "Job Table" then add
the hand full of fields from the other table. If it came to a non-match, the
record would come down with Job information but not have information in the
extra fields from the other table. Basicly a vacant Job.
In access 2007 this same criteria excludes any positions that are currently
vacant. Instead of giving me the record with Job information and no
personnel information added, it simply excludes the record.
Is there a better way of combining this type of information?
ID, Active Flag, etc...
The other table has personnel information such as Name, Rate of pay, Job ID,
Active Flag, etc...
I am pulling all information from my "Job Table" Joining it to to my other
table by the Job ID and setting the property to pull all records from the Job
table, and only those records from the other table where the joined fields
are equal. I want to only add a few fields from the second table .
I have an Active flag in both tables, one referiing to the Job and the other
refering to someone working or being terminated.
I set the criteria in my query to pull only Active "Jobs" from the Job
table, and to pull "Is Null" or "Active" personnel information from the other
table, but not terminated info.
In Access 2003 this would pull all information from the "Job Table" then add
the hand full of fields from the other table. If it came to a non-match, the
record would come down with Job information but not have information in the
extra fields from the other table. Basicly a vacant Job.
In access 2007 this same criteria excludes any positions that are currently
vacant. Instead of giving me the record with Job information and no
personnel information added, it simply excludes the record.
Is there a better way of combining this type of information?