Hi,
I have the following statement to write the contents of text boxes on a form into 3 tables:
Private Sub cmdSubmit_Click()
DoCmd.SetWarnings False
DoCmd.RunSQL "INSERT INTO tblPerson (forename, surname, organisation_org_ID, address_1, address_2, address_3, postcode, tel_tel, tel_mob...