Hi all,
I'm trying to put a value in a text box based on the values from a field on a main form and one on a subform:
=IIf([resultelisa]="Positive" And [Forms]![subform1]![subelisaresults]="Positive","Positive","In Process")
I got some of this from thread702-733634, but the above gives me the #Name? error. I know it's something about the naming, but I thought I followed proper protocols. any ideas anyone?
Kathy
I'm trying to put a value in a text box based on the values from a field on a main form and one on a subform:
=IIf([resultelisa]="Positive" And [Forms]![subform1]![subelisaresults]="Positive","Positive","In Process")
I got some of this from thread702-733634, but the above gives me the #Name? error. I know it's something about the naming, but I thought I followed proper protocols. any ideas anyone?
Kathy