B
Bassel
Hello
I am trying to use as a condition in a query.
IIf(IsNull([Forms]![Print]![RC]),Is Not Null,[Forms]![Print]![RC])
What i want to do, is to take the value of RC fronm Print form as a
condition for the query.
If RC is not entered in the form, I want all values of RC to be passed to
the query
Can you help me with this problem. If, it can't be done through the query,
is there is a code through the form.
Thank you
I am trying to use as a condition in a query.
IIf(IsNull([Forms]![Print]![RC]),Is Not Null,[Forms]![Print]![RC])
What i want to do, is to take the value of RC fronm Print form as a
condition for the query.
If RC is not entered in the form, I want all values of RC to be passed to
the query
Can you help me with this problem. If, it can't be done through the query,
is there is a code through the form.
Thank you