Q: How to position detail page in a form?

  • Thread starter Thread starter MarkD
  • Start date Start date
M

MarkD

Hi,

(ACC2000) I have this form where the detail page is
something like 20 inches high in total. I have data
entry "sectioned off" into 4 sections, section 1 from 0-5
inches, section 2 from 5-10 inches, etc.

What I want to do is have a button that says "section 2".
When you click it, it moves the detail portion of the form
so that the 5-10 inches section of the detail shows.

Basically, I want to programmatically scroll the form. Is
there a way to do this?

Thanks!
-Mark
 
Open the Northwinds database and check out the "Employee (Page Breaks)"
form. Notice the buttons to jump from one "page" to another. I'm guessing
this type of form would be what you are looking for.

Rick B
 
Page breaks are good for that with buttons in the header that use the
GotoPage command.
I personally prefer to us a tab control though.
 
Back
Top