D
deb
access 2003
I have a form with a subform with a subform.
fWarranty, fWarrantyUnit, fWarrantyDetails
There is a option group called CT on fWarrantyUnit.
and another option group Called IT in fWarrantyDetails.
In the after update event on option group in fWarrantyUnit I have
Me.f019WarrantyDetails.Form.optHPorIPorLP.Visible = False
When the user clicks on subform3 option group and then clicks on subform2
option group I get the error... 2165 you can't hide a control that has the
focus.
Please help
I have a form with a subform with a subform.
fWarranty, fWarrantyUnit, fWarrantyDetails
There is a option group called CT on fWarrantyUnit.
and another option group Called IT in fWarrantyDetails.
In the after update event on option group in fWarrantyUnit I have
Me.f019WarrantyDetails.Form.optHPorIPorLP.Visible = False
When the user clicks on subform3 option group and then clicks on subform2
option group I get the error... 2165 you can't hide a control that has the
focus.
Please help