L
Linkerbink
I have a form and two subforms. I want a field on the
form to display a result if one field on the lowest level
subform is null AND another field on that same subform is
not null. I tried the following, but to no avail...I
guess I'm missing something basic (I'm fairly new at
Access):
=IIf(IsNull([Forms]![Subform1]![Subform2]![Field1]) And
Not IsNull([Forms]![Subform1]![Subform2]!
[Field2]),"Result1","Result2")
Any help out there?
form to display a result if one field on the lowest level
subform is null AND another field on that same subform is
not null. I tried the following, but to no avail...I
guess I'm missing something basic (I'm fairly new at
Access):
=IIf(IsNull([Forms]![Subform1]![Subform2]![Field1]) And
Not IsNull([Forms]![Subform1]![Subform2]!
[Field2]),"Result1","Result2")
Any help out there?