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.
Printable View
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.
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
When I do that it updates the first record in the DB and not the one i just looked up