G
Guest
On a form that the user is working with there is a control named 'ToCompany'.
When new information is entered into this field I am trying to append it to
a table named 'CustomerData' into 'CustomerName' (after update event).
DoCmd.RunSQL "INSERT INTO CustomerData" & "CustomerData.CustomerName_
Forms!frmFLCDeliver.Controls!tocompany"
I am getting an error. Does anyone have any suggestions.
When new information is entered into this field I am trying to append it to
a table named 'CustomerData' into 'CustomerName' (after update event).
DoCmd.RunSQL "INSERT INTO CustomerData" & "CustomerData.CustomerName_
Forms!frmFLCDeliver.Controls!tocompany"
I am getting an error. Does anyone have any suggestions.