PDA

Click to See Complete Forum and Search --> : Automatically select recordsource?


Smie
Jan 8th, 2000, 05:35 AM
I have about 3 textboxes bound to my database. Its obvious that when you press the left and right buttons on the db, that the textboxes change. How can I get the database to automatically change to the value I want.(automatically go right 3 times, ect without having to press it.) Thanks

Clunietp
Jan 8th, 2000, 11:19 AM
Data1.Recordset.Move intNumber

where intNumber = number of records to move