|
-
Sep 14th, 2000, 03:25 PM
#1
Thread Starter
Junior Member
I have a save button on my form and the code behind it is Data1.Updaterecord
The user enters in all there infor to textboxes and clicks this button so the info in stored to the access 97 DB. But most of the time when this is clicked it populates all the textboxes with a previous record....Is there someway to stop this or a better way to save to the database..PLEASE HELP
-
Sep 14th, 2000, 03:53 PM
#2
If I understand what you're trying to do, a simpler way is to take a one of the data controls and use it to open a database. Then set the datasource and datafield properties of each text box and all the edits and updates will happen automatically.
-
Sep 14th, 2000, 03:57 PM
#3
Thread Starter
Junior Member
I do have the fields already bound to the database if thats what u mean. And they do save automatically....But they dont show up in the datasbe until I exit the program and come back in...Which doesnt work for my app...
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
|