I am creating a recordset from an SQL select statement. The SQL concatenates several fields together to form one long field: Citation. Some citations work out to be greater than 255 characters in length. The SQL statement works and the Citations in the recordset look fine except when the length is greater than 255 characters ... whereupon there is garbage in the record from character 256 on out to its end. Are fields in Recordsets strings and therefore limited to 255 characters? Can the Recordset field length be changed?
Thanks!
dftjsn
Thanks!
dftjsn