Say you put two fields on your form:
[ ] [
]
If the DefaultView property of the form is Single Form, you'll see
this:
[data from rec 1 fld 1] [data from rec 1 fld 2]
If you press PgDn, you'll see the next record showing in the same two
fields on the screen:
[data from rec 2 fld 1] [data from rec 2 fld 2]
But if you set the form's DefaultView property to Continuous forms,
this is what you will see:
[data from rec 1 fld 1] [data from rec 1 fld 2]
[data from rec 2 fld 1] [data from rec 2 fld 2]
[data from rec 3 fld 1] [data from rec 3 fld 2]
[data from rec 4 fld 1] [data from rec 4 fld 2]
[data from rec 5 fld 1] [data from rec 5 fld 2]
[data from rec 6 fld 1] [data from rec 6 fld 2]
etc., for as many records as there are in the file, and as much
space that there is on the screen.
If that's not what you want, please draw a picture (like the above) so
I can understand it.
Cheers,
TC [MVP Access]