The raw data for SMS_IN is presumably the SMS text as received? You could use CurrentDb.Execute "INSERT INTO tab_01 (sms_txt) VALUES (" & strText & ");" [not sure of the syntax here, as I'm using my iPad now, so can't test].
Next, you can use a loop to insert the values from strArray1 [in the...