H
hoffmantime
From the parent form(f_CofC), need to get the value of a
textbox(qty1) in the subform (Sub_data) and check to see
if there is a value in the text box. I was trying to use
the following command, but I kept getting something
similar to "the field (sub_data)could not be found"
Sub_data is my subform.
Here is the code I am trying.
If Forms!f_cofc![sub_data].qty1.Text > 0 Then
Any help?
Thanks,
textbox(qty1) in the subform (Sub_data) and check to see
if there is a value in the text box. I was trying to use
the following command, but I kept getting something
similar to "the field (sub_data)could not be found"
Sub_data is my subform.
Here is the code I am trying.
If Forms!f_cofc![sub_data].qty1.Text > 0 Then
Any help?
Thanks,