S
smcgrath via AccessMonster.com
I have searched all over for this answer and can't find one. I have a text
box on my main form that has a numeric value of 0.00 or 75.00 I would like to
know what event of the subform to use if I want a checkbox on the subform to
be checked yes if there is a value in the text box of the main form.
I had this code in the on Current event of the subform but I was getting
errors.
If Me.Parent.DischargeAmt >0 Then
Me.RegistryAmt = Me.Parent.DischargeAmt
Else
Me.RegistryAmt = ""
End If
Any suggestions?
box on my main form that has a numeric value of 0.00 or 75.00 I would like to
know what event of the subform to use if I want a checkbox on the subform to
be checked yes if there is a value in the text box of the main form.
I had this code in the on Current event of the subform but I was getting
errors.
If Me.Parent.DischargeAmt >0 Then
Me.RegistryAmt = Me.Parent.DischargeAmt
Else
Me.RegistryAmt = ""
End If
Any suggestions?