Navigation button

  • Thread starter Thread starter Ashley
  • Start date Start date
A

Ashley

Is there a way the navigation button on a form is visible
but it is disable to navigate. I want to use command
button to navigate through records but I want the record
number and the total to be visible.

Ashley
 
Hide the inbuilt NavigationBar and use 2 TextBoxes (in the Form Footer) to
show the CurrentRecord number and the RecordCount ...
 
Back
Top