1) Drop a TDBNavigator on the form and set its DataSource property to
the TDataSource that is connected to the TTable.
2) Call the TTable.Next and TTable.Prior methods from the OnClick event
handler of buttons or menu items.
Note that TTable is a BDE component. Borland/CodeGear stopped all
development on the BDE eight years ago so it is a very poor choice for
any new development.
--
Bill Todd (TeamB)