|
-
February 27th, 2000, 06:22 PM
#1
Need More Help on Access DB in VB
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.
-
February 27th, 2000, 08:00 PM
#2
Re: Need More Help on Access DB in VB
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
John Pirkey
MCSD (VB6)
http://www.stlvbug.org
-
February 27th, 2000, 08:32 PM
#3
Re: Need More Help on Access DB in VB
When I do that it updates the first record in the DB and not the one i just looked up
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|