NeedsHelp101
Technical User
Hi,
I have three tables in a query - tblFullName, tblHalf, tblHalf_1 . tblHalf and tblHalf_1 are identical. In tblFullName, there are columns: FullName, HalfName1, HalfName2. I'm trying to link HalfName1 to its corresponding column in tblHalf, and HalfName2 to its corresponding column in tblHalf_1. The joins work perfectly when there are no nulls in the record.
However, when, for example, only FullName and Half1 are filled in (FullName and Half1 will never be null though), the query completely ignores those entries, and only pulls up records where all three columns have entries.
Essentially, I need to pull all the records in FullName, and somehow make sure that when Half2 is Null, Half1 still shows up (and leaves a blank entry in Half2).
Help?
Thanks!
I have three tables in a query - tblFullName, tblHalf, tblHalf_1 . tblHalf and tblHalf_1 are identical. In tblFullName, there are columns: FullName, HalfName1, HalfName2. I'm trying to link HalfName1 to its corresponding column in tblHalf, and HalfName2 to its corresponding column in tblHalf_1. The joins work perfectly when there are no nulls in the record.
However, when, for example, only FullName and Half1 are filled in (FullName and Half1 will never be null though), the query completely ignores those entries, and only pulls up records where all three columns have entries.
Essentially, I need to pull all the records in FullName, and somehow make sure that when Half2 is Null, Half1 still shows up (and leaves a blank entry in Half2).
Help?
Thanks!