M
m4n715
Guest
I have a listbox and 3 text boxes all assigned to dataset12
When the form loads I fill the dataset
then I change the data in textbox3 and do the updatecommand
oledb.update(dataset12), the changes dont take effect unless I update while on a different record. Any suggestions? How can I write to textbox3 to the database?
When the form loads I fill the dataset
then I change the data in textbox3 and do the updatecommand
oledb.update(dataset12), the changes dont take effect unless I update while on a different record. Any suggestions? How can I write to textbox3 to the database?