I have a form with 25 TextBoxes,four DataControls and needs to have a Edit Function. How's the best way. I created a AddItem with no problem.
W.R.Purgason, COSI, SCServices, WebCreate
Printable View
I have a form with 25 TextBoxes,four DataControls and needs to have a Edit Function. How's the best way. I created a AddItem with no problem.
W.R.Purgason, COSI, SCServices, WebCreate
If your Text Boxes are bound to the DC then all the changes will be saved automatically. If you want to have ability to cancel made changes, probably you need to stop to work with DC and use DAO or ADO Recorset objects. It requires more work, but it's more flexible and you avoid a lot of problems in future. For example projects created with using DC for Access 97 do not work anymore with Access 2000 without huge modification.
Vlad
Thanks for the Good information, It's good to
know those things...
WR
W.R.Purgason, COSI, SCServices, WebCreate