save record of other form

adil_karampurwa

Registered User.
Local time
Today, 09:49
Joined
Sep 18, 2006
Messages
23
I have a form "release_details" having fields date, version, cksum ,comments,labels, and is link to a table,
it has a button "mail" ,on clicking this button a new form is open which has a button "send mail" on clicking this a mail is sent and pops a message "mail sent". when "send mail" is click it should also save the fields of form
"release_details" to the table for code i had wrriten is

cmdSend_Click()

Forms!Enter_Release_details.Dirty = False

Thanxx
 

Users who are viewing this thread

Back
Top Bottom