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...
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...