Hi...just a beginner at all this so would really appreciate some help on the following...
I have a database called Client.mdb in this database I have a table called 'tblCustomer_Details_Add' which contains the fields listed below.
Customer_ID
Forename
Surname
Customer_Postcode
Customer_Email
I have a form 'frmCustomer_Details_Add' which is designed to collect the information required to populate the table. My form has the following objects on it
txtCustomer_ID
txtForename
txtSurname
cmbPostcode
txtEmail
Rather than directly linking all the fields on my form to the table I would like to hit a 'Save' button to add the information entered on the form to the appropriate field in the table. Could someone give me the code to do this?
Thanks
I have a database called Client.mdb in this database I have a table called 'tblCustomer_Details_Add' which contains the fields listed below.
Customer_ID
Forename
Surname
Customer_Postcode
Customer_Email
I have a form 'frmCustomer_Details_Add' which is designed to collect the information required to populate the table. My form has the following objects on it
txtCustomer_ID
txtForename
txtSurname
cmbPostcode
txtEmail
Rather than directly linking all the fields on my form to the table I would like to hit a 'Save' button to add the information entered on the form to the appropriate field in the table. Could someone give me the code to do this?
Thanks