CurrentDb.Execute "INSERT INTO Accountlist" & "(CustEmailAddress) VALUES ('CustomerEmail');" --- After Update Event.
I am trying to update the Accountlist table field 'CustEmailAddress' with information entered into the field CustomerEmail on a form named Delivery.
Any help will be greatly appreciated.
Thank you,
Randy