Results 1 to 2 of 2

Thread: select data from combobox

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2006
    Posts
    584

    select data from combobox

    hi,please help .currently i have data at combobox as below:
    AC28_&_2240

    what i want to do now is when i select the value from combobox for example:
    AC28_&_2240 then the txtmachineno.text will only display AC28.

    please help.thanks.

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: select data from combobox

    Code:
    txtMachineNo.Text = Split(Combo1.Text, "_&_")(0)

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