Saving Record From Form

Arrowx7

Registered User.
Local time
Today, 01:09
Joined
Feb 1, 2005
Messages
19
Hello,
I have a form and I have a button so people can open records to load into the form. The problem is that whenever they close the form it updates the information in the table. How do I stop that from happening?
I want the information in the table to update only when they hit the button I made (which works).

And how do I stop it from loading the record when I open the form, or maybe I can specify to load a blank record instead, how do I do that?

Thanks in advance!
 
Last edited:
on open and on current, lock all textboxes

on click unlock the textboxes.
 

Users who are viewing this thread

Back
Top Bottom