Zum Hauptinhalt gehen

Suche

Suche

Need Help Populating A Dropdown List With Data From Excel

Kommentare

4 Kommentare

  • Avatar
    Shotaro Ito

    Hi,

    Drop-down box display text cannot have duplicate value.

    However actual value can be duplicated.

    have serial number before the display texts, like...

     

    op=""

    op = op & "001 John" & vbTab & "John" & vbCr

    op = op & "002 John" & vbTab & "John" & vbCr

    op = op & "003 Carlottta" & vbTab & "Carlotta" & vbCr

     

    etc.

    Not sure it works fine with 900+ rows, though.

    0
  • Avatar
    Legacy Poster

    HI Shotaro, to clarify the number of selections in the drop down list will be around 20 in total. The dataset I'm working with is 900+ rows and in the particular column, there may be many similar values.

     

    I'll try and populate a drop down list manually and see if it correctly filters the dataset for printing and report back.

    0
  • Avatar
    Legacy Poster

    OK just to confirm the dropdown list doesn't work. I've had to use the sql query which is somewhat problematic as it involves an operator manually entering the selection criteria and I had hoped to remove the potential for human error as much as possible.

     

    It seems that this 'non-feature' needs to be addressed, fingers crossed it will be soon.

    0
  • Avatar
    Shotaro Ito

    Thanks for update - it looks you need to create front-end application to filter data for the user.

    Once the record set got perfect, I recommend that to feed Commander - that keep your app simple.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.