I have a form that adds a record when the user clicks a button. It does some edit checks and then the insert statement is
CurrentDb.Execute "Insert into [Trip Details] (
[ListID],[Price],[Departure Date],[Group],[Cruise Line], [Category], [Ship],Destination,[Cabin No], Insurance)" & _...