Here's my code to insert into the DB. Like I said, it works fine, up to 121 characters in the instructions field.
Private Sub SaveLabel_Click()
Dim i As Long
For i = 1 To Forms!Labels!NumLabels
DoCmd.RunSQL ("INSERT INTO labels (title, servings, instructions, PrepDate, client)VALUES...