The SQL statement has two arrays. The first contains all the fields to be updated, and the second holds all the new values for each field.
Try the following. Hopefully it will work:
ss = "INSERT INTO [resorts](resortname, transfercost) VALUES (txt_resort_name, txt_trans_cost);"
Cheers,
SteveA