D
Dave Ruhl
Using Access 2002 I'm trying to export data linked from
an SQL Server database into an Excel spreadsheet.
Everything works fine until I try to export fields that
are datatype "memo" ('text' in SQL Server). I tried
limiting the amount of data by putting 'Left(Notes,250)'
in the query, but still get an ODBC error. Any ideas on
how I can convert this data to something Excel will
accept ? Thanks...
an SQL Server database into an Excel spreadsheet.
Everything works fine until I try to export fields that
are datatype "memo" ('text' in SQL Server). I tried
limiting the amount of data by putting 'Left(Notes,250)'
in the query, but still get an ODBC error. Any ideas on
how I can convert this data to something Excel will
accept ? Thanks...