saving fileds

adil_karampurwa

Registered User.
Local time
Today, 09:11
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".

I need when "send mail" is click it should also save the fields of form "release_details" to the table.
on the click event of "send mail" i have put the code

Forms!Enter_Release_details.Dirty = False



On "release_details" their is a button which saves the fields of it to the tabe having code


DoCmd.GoToRecord , , acNewRec
 

Users who are viewing this thread

Back
Top Bottom