S
sgroenen
Guest
I'm developing a new front end for a Access database. The front end is for put some data in we use from different tabels. Most of the data will be same so when I add a record I must see the last record of the tabel and edit. I use ADO.NET with VB.NET. I use a button Safe to save the data. But when I use Add it must add new record but show on my screen the data of the last record.
So in the add sub I use sspMaganer.AddNew(). If someone can give me some help to get on all my textboxes the info of my last record before I press add button. I have also in project a bookmark and I use also a mystate for easy disable some function. Any suggestion is helpfull
Thens
Continue reading...
So in the add sub I use sspMaganer.AddNew(). If someone can give me some help to get on all my textboxes the info of my last record before I press add button. I have also in project a bookmark and I use also a mystate for easy disable some function. Any suggestion is helpfull
Thens
Continue reading...