Subforms

D

Darren

I need to use an if statment on two text box values. The problem is that one
of the textboxes is in a subform and I cant see the subform object in the
dropdown list and it does not pick up any syntex.

Any Ideas?
 
B

Bas Cost Budde

referring to a control on this form, sitting in a subform:

[me!]subformcontrolname.form!controlname
 
Top