hide label

M

Michael Hanlon

on the open report can you set the visable off or on for a label or control.


thanks for the help
 
K

Ken Snell

Not in the report's OnOpen event....use the OnFormat event of the section in
which the control or label is placed.
 
K

Ken Snell

Yes, except Visible is the correct spelling.

--
Ken Snell
<MS ACCESS MVP>

Michael Hanlon said:
so do i just hide this way

Me![cisco].visable=false


thanks
Ken Snell said:
Not in the report's OnOpen event....use the OnFormat event of the
section
 
Top