L
L_E_O_N
I am using the below statement in Criteria set the criteria to ANZTransType
on the form if not everything although what it is actually doing is if there
is nothing in ANZTransType its displaying everything except the fields which
have nothing in them.
I have tried a few variations and I guess I need to try and set the criteria
to be whats in ANZTransType otherwise nothing.
I cant seem to work out how to do this and would greatly appreciate any
assistance provided.
Leon
Like
IIf(Len([Forms]![frmANZ_UNMATCHED]![ANZTransType]>0),[Forms]![frmANZ_UNMATCHED]![ANZTransType],'*')
on the form if not everything although what it is actually doing is if there
is nothing in ANZTransType its displaying everything except the fields which
have nothing in them.
I have tried a few variations and I guess I need to try and set the criteria
to be whats in ANZTransType otherwise nothing.
I cant seem to work out how to do this and would greatly appreciate any
assistance provided.
Leon
Like
IIf(Len([Forms]![frmANZ_UNMATCHED]![ANZTransType]>0),[Forms]![frmANZ_UNMATCHED]![ANZTransType],'*')