Hi everyone.
I can't find a way to get the value from a field in a subform.
if it was in the form I could write Me.this_Field
but if the field is in a subform i can't do Me.this_subform.that_field
anyone knows how to do this?
thanks so much
Hi everyone.
I can't find a way to get the value from a field in a subform.
if it was in the form I could write Me.this_Field
but if the field is in a subform i can't do Me.this_subform.that_field
anyone knows how to do this?
thanks so much
This video tutorial sshould help
http://www.datapigtechnologies.com/f.../subform2.html
got it, thanks so much
it should be Me.this_subform.form.that_field