View Full Version : Save Form??


jonp
06-13-2001, 12:57 PM
I have a problem that I hope someone can help me with. I have a form that has a command button that opens a dialog box to give the user printer and email options. I originally did not want to have a dialog box but when I ran out of room on the form (22") I had no choice.

The dialog box scraps email information from the main form. When the users try to close the dialog box it will sometimes ask them if they want to SAVE changes to this form. The dialog box is not bound except for a simple query that obtains the email information.

Does anyone know how to prevent this from happening? I think the problem will dissipate when the DB is split but I am not ready to do that yet.

Any help would be greatly appreciated.
http://www.access-programmers.co.uk/ubb/smile.gif
JONP

jonp
06-14-2001, 12:11 PM
I think I have identified the problem. I forgot that when the dialog box is requested, the form is SAVED, then it will open the dialog box. Then when others use the form it thinks that the form has changed and asks them if they want to resave.

Anyway....

I guess my question is this. How can you just save the current record rather than the entire form itself??

Thanks from Texas,
JONP