Persisting Data Edits To The Database

  • Thread starter Thread starter Developer Dude
  • Start date Start date
D

Developer Dude

Guest
Hi:

I was wondering how you can persist data edits back to an access table using vb2019.

In the past, I have always used a form with textboxes and a bindingsource using the following

code:

bsAM.EndEdit()
DaAM.Update(dsPSB, "dtAM")

Thanks

Continue reading...
 
Back
Top