I have a query that pulls from a couple of tables that are linked based on a Code field. As it turns out, the Code field is sometimes null in the Main table, but I'd like to see the record anyway, even if what I get from the link is not there.
I thought I could change the Join Properties in the design view to pull all from table Main and only matching in the Code lookup table. But I get an Ambiguous Join SQL error.
Can anyone help me get around this problem?
Thank you
I thought I could change the Join Properties in the design view to pull all from table Main and only matching in the Code lookup table. But I get an Ambiguous Join SQL error.
Can anyone help me get around this problem?
Thank you