Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2011
    Posts
    20

    Post How to modify a single field width of list box in access 2003

    Hi All



    Im using a listbox with multiple columns. I need to change a single column width say S.No. Is it possible to change a width for a single column???

    If possible plz assist...

  2. #2
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,530
    Hi

    You can set the width of each column by setting the "Column Widths" property of the list box. This can be done when the form is in design mode or with code at runtime if the settings need to be altered whislt the app is being used.
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  3. #3
    khalid's Avatar
    khalid is offline MS-Access Developer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2010
    Location
    Kuwait
    Posts
    244
    In Addition to Bob Fitz, you can change the column's widths as follows:

    Bound Column:1
    Count Column:10
    Column Widths: 1";0.5";0.5";0.5";0.5";0.5";0.5";0.5";0.5";0.5"

    depends on your numbers of columns in your list box:

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Single list with different fields
    By Douglasrac in forum Reports
    Replies: 7
    Last Post: 04-12-2011, 04:36 PM
  2. Replies: 5
    Last Post: 02-20-2011, 08:22 PM
  3. Replies: 0
    Last Post: 05-13-2010, 05:18 AM
  4. The section width is greater than the page width?
    By Gary_Marshall in forum Reports
    Replies: 2
    Last Post: 11-13-2009, 01:54 PM
  5. combining fields into a single list
    By rich in forum Queries
    Replies: 4
    Last Post: 02-23-2009, 06:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums