G
Guest
I have read a number of posts but can't seem to find the exact situation I am
facing...and it is probably a minor issue.
I want to return a value from one query if available, else return a value
from another query...I tried:
=Nz(DLookUp("Plan","QryWeeklyMarshTotals","WeekNumTracker = 'Week - 1'
"),DLookUp("Plan","QryWeeklyMarshTotals","WeekNum = 'Week - 1' "))
but it returns and Error. Is it possible to use Nz and not simply return a
"0" or "", and actually get a value that definitely exists in another
location?
Appreciate any help on this.
M
facing...and it is probably a minor issue.
I want to return a value from one query if available, else return a value
from another query...I tried:
=Nz(DLookUp("Plan","QryWeeklyMarshTotals","WeekNumTracker = 'Week - 1'
"),DLookUp("Plan","QryWeeklyMarshTotals","WeekNum = 'Week - 1' "))
but it returns and Error. Is it possible to use Nz and not simply return a
"0" or "", and actually get a value that definitely exists in another
location?
Appreciate any help on this.
M