N
NEOFYTOS
hello
i have a database with a main and subform
i tried first to put a check box in the main form in order to apply some
criteria using two fields in the main form.
=IIf([EdafoponikiMorfi]=8 And [EdafoponikiDescription] Is Null;"NO";"OK")
this code in the first check box work properly.(the two fields are in the
main form.
My problem now is to make the same job with two fields that the one is on
the main form and the second in a subform.
i give the following code.
=IIf([StandOrigin]=2 And [F_TexnitiRecords subform].[Form]![TexnitiId] Is
Null;"no";"ok")
when i tried to use the above code i do not get the expected result.
I am waiting for any help
Neofytos
Thank you in advance.
i have a database with a main and subform
i tried first to put a check box in the main form in order to apply some
criteria using two fields in the main form.
=IIf([EdafoponikiMorfi]=8 And [EdafoponikiDescription] Is Null;"NO";"OK")
this code in the first check box work properly.(the two fields are in the
main form.
My problem now is to make the same job with two fields that the one is on
the main form and the second in a subform.
i give the following code.
=IIf([StandOrigin]=2 And [F_TexnitiRecords subform].[Form]![TexnitiId] Is
Null;"no";"ok")
when i tried to use the above code i do not get the expected result.
I am waiting for any help
Neofytos
Thank you in advance.