Try following:
pstrSQL = "INSERT INTO tblRecipes(fldName, fldFoodType, fldCookIn, fldTime, fldIngredients, fldInstructions) " & _
"VALUES("'" & txtName.Text & "', '" & cboFoodType.Text & "', '" & cboCookIn.Text & "', '" &...