I can't get the page break control to work

S

Sam

I can't get the page break control to work for a MS Access form. It just
does nothing. I tried to write code to set the "Visible" property to True,
but the property isn't exposed. The hole thing just doest work
 
K

Ken Snell [MVP]

The Visible property is exposed for the page break control, although you
won't see it in the Intellisense dropdown list.

Tell us more details about your setup.
 
Top