Data Bound Text Boxes

  • Thread starter Thread starter Michael C#
  • Start date Start date
M

Michael C#

Hi all,

Had an interesting question posed to me today and I thought I'd ask you all.
On a form, which contains several databound text boxes (bound to a dataset),
is there a simple way to "scroll" (for lack of a better word) from one
record to the next? What I'm looking for is a way to add a button that lets
you move to the next record, or a previous record, and update the Textboxes
like on a Windows form or even an Access form.

Thanks
 
Back
Top