Re: Pages() Error messsage
- From: "Allen Browne" <AllenBrowne@xxxxxxxxxxxxxx>
- Date: Mon, 10 Dec 2007 07:20:44 +0900
Pages of what?
A report?
A form?
A tab control?
Include a reference to the object whose collection you are refering to.
In the Immediate window, try something like this:
Debug.Print Forms!Form1!Tab1.Pages.Count
The first page is zero, so Pages(1) would be the 2nd one.
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Garin1820" <Garin1820@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:562A07F4-6602-4718-BF82-243767B6D9A1@xxxxxxxxxxxxxxxx
Version Access 2003 and Access 2000.
Pages(1).visible = false
Of corse the page exist the massage error tels that there is no enogth parameters or that the property it is no aplicable
Why this is not ok?
- Prev by Date: Rolling Totals In Report
- Next by Date: Re: Pages() Error messsage
- Previous by thread: Rolling Totals In Report
- Next by thread: Re: Pages() Error messsage
- Index(es):
Relevant Pages
|