J
Joel
To whom may reply
I have an issue with an Access form using Access 2k, I
have a form (Mainform) I then have a couple of subforms.
On the main form I have put the subforms but split the by
using page breaks.
I have put form Navigation buttons on the Form Footer, I
then put command buttons on the form which I would like
to use to jump form form to form.
The first one works. The code I used for that is
(ME.GOTOPAGE 2)
It then moves to that part of the form, when I want to
move back to the top of the form I have a button that
should do the same in reverse but it doesn't
Code (ME.GOTOPAGE 1)
If I place that button in the for Footer it works but
that is not where I want it please help
Joel
I have an issue with an Access form using Access 2k, I
have a form (Mainform) I then have a couple of subforms.
On the main form I have put the subforms but split the by
using page breaks.
I have put form Navigation buttons on the Form Footer, I
then put command buttons on the form which I would like
to use to jump form form to form.
The first one works. The code I used for that is
(ME.GOTOPAGE 2)
It then moves to that part of the form, when I want to
move back to the top of the form I have a button that
should do the same in reverse but it doesn't
Code (ME.GOTOPAGE 1)
If I place that button in the for Footer it works but
that is not where I want it please help
Joel