K
Kevin Sprinkel
I have two fields to specify a construction job location,
[LocationCity] and [LocationState].
I would like to execute the following report print
behavior:
Condition Print Example
------------------------------ ------------------------
City and State both entered "Philadelphia, PA"
City only entered "Philadelphia"
State only entered Nothing
Neither City nor State entered Nothing
If a field is Null, or contains a zero-length string or a
string composed only of spaces, I consider it not entered.
I constructed an IIF statement using Nz function calls,
but some records are printing "," only. Thinking these
might contain spaces, I explicitly changed them to Null
with an update query, but still get the same result.
Can anyone determine where I've gone wrong?
Thank you.
Kevin Sprinkel
Becker & Frondorf
[LocationCity] and [LocationState].
I would like to execute the following report print
behavior:
Condition Print Example
------------------------------ ------------------------
City and State both entered "Philadelphia, PA"
City only entered "Philadelphia"
State only entered Nothing
Neither City nor State entered Nothing
If a field is Null, or contains a zero-length string or a
string composed only of spaces, I consider it not entered.
I constructed an IIF statement using Nz function calls,
but some records are printing "," only. Thinking these
might contain spaces, I explicitly changed them to Null
with an update query, but still get the same result.
Can anyone determine where I've gone wrong?
Thank you.
Kevin Sprinkel
Becker & Frondorf