Results 1 to 2 of 2

Thread: [RESOLVED] Select from third coloumn in a ComboBox

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2004
    Posts
    48

    Resolved [RESOLVED] Select from third coloumn in a ComboBox

    Feel quite dim atm as i cant seem to figure this one out!

    I have a list of teachers populations a comboBox with three columns, the first is their ID number (key column, hidden), the second is their name and the third is there department code (hidden).

    The data i need is the department code, however .value gives me the key column value and .text gives me the Teachers name!

  2. #2

    Thread Starter
    Member
    Join Date
    Nov 2004
    Posts
    48

    Re: Select from third coloumn in a ComboBox

    Sorted it, i used
    VB Code:
    1. combobox_name.Column(2)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width