1. Open your form in design view.
2. Open the Properties box (View menu).
3. Click the Format tab of the Properties box.
4. Set the Navigation Buttons property to Yes.
If you do not see the Navigation Buttons property, you are looking at the
properties of a control (such as a text box) instead of the properties of
the form.
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Reply to group, rather than allenbrowne at mvps dot org.
Telesphore said:
Thank you,
I created the form without the assistant, so that the buttons didn't appear.
I suppose I must know recreate it with the assistant, using the simple
column propiety, unless I could install the buttons in another manner.
I do not see the problem
if you build a form on a table tblStudent with the columnar wizard you
will see the record navigation buttons and the record number on the bottom
of the form.
Please expain a little better your problem
--
Paolo
:
I created a form (frmStudents) whose source control is tblStudents.
In the table, when I click the next record button, I can the next record
number.
I would like to see that number in the form?
I tried "=[CurrentRecord]" in a control box of the form, but it didn't
work
Thanks for the help