D
DB
I'm using ADO within Excel. I have an Excel userform with a textbox that a
user keys a long description. I assing that text to a variable in my SQL
INSERT statement and add the record to a worksheet in a closed workbook.
When the user keys a description longer then 255 characters, I receive an
error. I know Excel can hold mor than 32k characters in a cell, how can I
pass my users long description using SQL?
Please help,
user keys a long description. I assing that text to a variable in my SQL
INSERT statement and add the record to a worksheet in a closed workbook.
When the user keys a description longer then 255 characters, I receive an
error. I know Excel can hold mor than 32k characters in a cell, how can I
pass my users long description using SQL?
Please help,