sub sub form button visible

D

deb

Access 2003

I have a allen brown calendar button on a sub subform that I need to be
invisible oncurrent.

I have tried...
Me!f019Warranty.Form.f019WarrantyDetails.Form.btnWarrStart.Visible = False
an
Forms!f001ProjectReview!f019Warranty.Form!f019WarrantyDetails.Form!btnWarrStart.Visible = False
and
Me!f019Warranty.Form!f019WarrantyDetails.Form!btnWarrStart.Visible = False

What am I doing wrong?
 
R

ruralguy via AccessMonster.com

Are you sure you are using SubFormControl names? They do not necessarily need
to be the same as the SubForm they are displaying.
 
Top