Detecting page number on form

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

I have a multi-page form that has three pages. I want to
be able to use PageUp & PageDown to move from page to
page, but not to the next or previous record. Can I
disable PageDown if on page 3 of the form and disable
PageUp if on page 1? How can I tell which page it's on?
I tried putting a text box with =Page in the Page footer
and form footer but just got #Error.
 
Jon:

Asking your question in one group is sufficient. Please do not cross-post.

Rick B


I have a multi-page form that has three pages. I want to
be able to use PageUp & PageDown to move from page to
page, but not to the next or previous record. Can I
disable PageDown if on page 3 of the form and disable
PageUp if on page 1? How can I tell which page it's on?
I tried putting a text box with =Page in the Page footer
and form footer but just got #Error.
 
Back
Top