You can either expose and use Access navigation or you will need a subform
with a subform. A form in datasheet or continuous view can't have anything
except the data and the form controls available through Access.

Signature
Dave Hargis, Microsoft Access MVP
> Hi guys,
>
[quoted text clipped - 5 lines]
> to do it or to what the code would look like. I would appreciate any
> help.
Paterson - 17 Jul 2007 18:00 GMT
If you create a tabular style subform, you can format the text boxes to use
up all the space in the data field, so it will appear like a datasheet. Then
you could use the form header to put the headers of your fields and place
buttons for navigation. The command button wizard should take you through
making the code.
> You can either expose and use Access navigation or you will need a subform
> with a subform. A form in datasheet or continuous view can't have anything
[quoted text clipped - 9 lines]
> > to do it or to what the code would look like. I would appreciate any
> > help.