John,
> Just a quick note, you cannot change whether the navigation buttons appear
> after the form is loaded;
I have to disagree... the Nav Buttons can be toggled On/Off with a
command button
I place a button on a form, and on the ONClick event I used this code...
Me.NavigationButtons = Not Me.NavigationButtons
I open the form and click the button several times. The Navigation
Buttons
toggle On/Off just fine. I just checked it again, and it works. (Access97)
hth
Al Camp
> Just a quick note, you cannot change whether the navigation buttons appear
> after the form is loaded; so you could not set up a command button to view
[quoted text clipped - 3 lines]
>
> John Webb