Click to See Complete Forum and Search --> : Need More Help on Access DB in VB


SgiGod
February 27th, 2000, 05:22 PM
I got DB show up in the text fields but when I make a change to a TextBox it don't save to the DB

How do I get it to do that

Thanks in Advance
Donny S.

Johnny101
February 27th, 2000, 07:00 PM
After the user has finished with that row, do they close the form, or can they move to another record? In either case, you should have a "Save" button on the form and if they try to move off that record, ask them to save changes. If they say yes then issue an UPDATE statement to the table to save the information they have just entered.

HTH,
John

John Pirkey
MCSD
www.ShallowWaterSystems.com

SgiGod
February 27th, 2000, 07:32 PM
When I do that it updates the first record in the DB and not the one i just looked up