judyscofield
Programmer
I'm getting a 'String or Binary Data Would be Truncated' error when running my code. I have an .addnew command, then fill some fields, and then an .update command. I've tried putting values into the fields that I know are smaller than the field lengths.
Other posts have advised to add SET ANSI_WARNINGS OFF. I added that line to my code and get a compile syntax error on that line. Can anyone help?
Other posts have advised to add SET ANSI_WARNINGS OFF. I added that line to my code and get a compile syntax error on that line. Can anyone help?