Column width

  • 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


    thanx...,

    SSM

  • What page?  Are you in Query Analyzer?  We need more information.



    Dana
    Connecticut, USA
    Dana

  • Try using LEFT as in:

    USE pubs

    GO

    SELECT 'title'=LEFT(title, 5)

    FROM titles

    ORDER BY title_id

    GO

  • 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

  • Thanx..


    thanx...,

    SSM

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply