M
Mark
I'm doing a select query on linked tables where the source data is in an
AS400 database. It's a left outer join query (tableA left outer join tableB
on tableA.ID = tableB.ID)
The problem happens when tableB.ID doesn't exist. I want to return a field
from tableB (call it MemberNum), but MemberNum shows as #Deleted for those
records where tableB.ID doesn't exist. I tried Nz and iif with isnull and
neither work. Any ideas on how to change that #Deleted to a blank or 0?
Thanks!
-Mark
AS400 database. It's a left outer join query (tableA left outer join tableB
on tableA.ID = tableB.ID)
The problem happens when tableB.ID doesn't exist. I want to return a field
from tableB (call it MemberNum), but MemberNum shows as #Deleted for those
records where tableB.ID doesn't exist. I tried Nz and iif with isnull and
neither work. Any ideas on how to change that #Deleted to a blank or 0?
Thanks!
-Mark