How can I open an form with a datacontrol en go to the last record of the dbase
Printable View
How can I open an form with a datacontrol en go to the last record of the dbase
Just put Data1.RecordSet.MoveLast and that will take you there. Be careful, though, with an empty database this will throw a trappable error.
Rad Brad