Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
paulkem
Starting Member
28 Posts |
Posted - 2013-01-31 : 14:36:32
|
I have created a report that i need to be able to export as Word (or TXT that can be opened in Word). When i export the report as Word, it exports as a table in a Word doc, which causes weird spacing and makes editing difficult. The user needs to be able to cut and paste to move data around and add text, etc.Is there any way to export a report to a Word doc where it just drops in as text in the position that it exists on the report design table?Does this make sense? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-02-01 : 02:48:46
|
if attempt is copy and paste data around why not export to excel instead?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
paulkem
Starting Member
28 Posts |
Posted - 2013-02-01 : 12:05:40
|
Actually, Word has an "export to text" option that the end user can do real quick. I appears to be working great. |
|
|
|
|
|