April 29, 2004 at 3:47 pm
I have a table which has varying number of columns.is there any way to adjust column width so that it fits the page.
Thanx
SSM
May 2, 2004 at 6:47 pm
Try using LEFT as in:
USE pubs
GO
SELECT 'title'=LEFT(title, 5)
FROM titles
ORDER BY title_id
GO
May 2, 2004 at 9:15 pm
In the report definition, the "Can grow..." and "Can Shrink..." properties will adjust the height of the field. I don't think you can dynamically adjust the width though.
Have you posted your question in the MS Newsgroup as well?
--------------------
Colt 45 - the original point and click interface
May 4, 2004 at 10:24 am
Thanx..
SSM
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply