T
Tara
Forgive me...I know this has been covered extensively, but I still can't get
it quite right. I have a query that is currently set up like this:
FFAmended: IIf([tblAmended].[FF]=0,[tblContact].[FF],[tblAmended].[FF])
But what I really need it to do is to choose the data from tblContact if
either A) the value in the tblAmended is 0 or B) there is no corresponding
record in tblAmended.
Both tables are related via a ContactID field.
I know this should be simple and I've looked at several posts covering the
NZ function, but I can't seem to apply it correctly to my situation. I'm
sure it's the syntax I've been trying.
it quite right. I have a query that is currently set up like this:
FFAmended: IIf([tblAmended].[FF]=0,[tblContact].[FF],[tblAmended].[FF])
But what I really need it to do is to choose the data from tblContact if
either A) the value in the tblAmended is 0 or B) there is no corresponding
record in tblAmended.
Both tables are related via a ContactID field.
I know this should be simple and I've looked at several posts covering the
NZ function, but I can't seem to apply it correctly to my situation. I'm
sure it's the syntax I've been trying.