Hi
We have a system that inserts text into a document from our SQL Server database.
We cannot edit the VBA code for warrenty/support reasons.
We use ASCII chars to add tabs and line breaks but I cannot find the approprate charactor to tab between colums in a table. E.g. SELECT '1' + CHAR(13) + '2'
What code should we use or is there a workaround?
Any help would be much appreciated
Thanks
B
We have a system that inserts text into a document from our SQL Server database.
We cannot edit the VBA code for warrenty/support reasons.
We use ASCII chars to add tabs and line breaks but I cannot find the approprate charactor to tab between colums in a table. E.g. SELECT '1' + CHAR(13) + '2'
What code should we use or is there a workaround?
Any help would be much appreciated
Thanks
B