I am trying to create a join between two tables where all rows from table one will be selected. The problem is that the field that I want to show in Table 2 is sometimes not used ie. It's not just a blank or zero in the field but when nothing is entered in the front line, the field does not exist in that record. This causes rows from table 1 to not appear for records in which that field was never created. I was told that an outer join may fix this but I don't know how to do that.
Thanks,
Dave
Thanks,
Dave