saving data

adil_karampurwa

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

Thanxx
 
if its bound and the fields are bound to table fields then it should save to the table automatically
 
their r two different forms
i want too save data from the first form from click of the button of the second form
 
then run a query on the button press that updates the table with data from the first form
 
you're better looking in the queries forum
 

Users who are viewing this thread

Back
Top Bottom