M
MacNut2004
Hello,
I have 2 fields. I have Job # and GL #.
I need to exclude from the GL field, values that are 1234, but ONLY if the
Job # = 999999.
I have tried using this formula in the criteria of the GL# field in my query:
IIf([Job #]=999999,<>1234,[GL #])
and instead of 999999 still showing up in the query and excluding GL# 1234,
999999 doesn't show up at all!
What am I doing wrong??
Thank you!!!!!!!!
MN
I have 2 fields. I have Job # and GL #.
I need to exclude from the GL field, values that are 1234, but ONLY if the
Job # = 999999.
I have tried using this formula in the criteria of the GL# field in my query:
IIf([Job #]=999999,<>1234,[GL #])
and instead of 999999 still showing up in the query and excluding GL# 1234,
999999 doesn't show up at all!
What am I doing wrong??
Thank you!!!!!!!!
MN