Search Result

Collapse
6 results in 0.0015 seconds.
Keywords
Members
Tags
multiselect
  •  

  • How to put multiselect information into mysql database?

    I cant for the life of me find how to put selections from a dropdown menu or other multiselect list into my database... help? The only ones i can find online are putting mysql information into them, not putting information from them into the database.

    Thanks

    -Martin
    See more | Go to post

  • mjcaestecker
    started a topic Sending Multiselect List information to MySql

    Sending Multiselect List information to MySql

    Greetings all,

    I've got a form that posts to a mysql server via php that has a multi select list. I want to know if it is possible to put multiple responses into one column of the database with the one list.

    for example, here's the html code in the form for the list:
    Code:
    <select name="input3" size="5" multiple="MULTIPLE">
        <option>LBS</option>
    ...
    See more | Go to post

  • How can I get MultiSelect list box to populate individual rows in a table?

    Hi, I want to enter data about when people attend a group session and which session they attended.

    On a Form:
    I have a Multi-Select list box of people's names.
    I have a text box where I type in the date.
    I have a drop-down box for the group session name.

    In a Table:
    I have a column for name, a column for date, and a column for group session name.

    On the Form, I want to...
    See more | Go to post

  • JpjVB
    started a topic Multiselect Form Filter Syntax Error

    Multiselect Form Filter Syntax Error

    I'm having difficulty filtering a form using a multiselect list box when using some Allen Browne code. I get the error "Syntax Error (missing operator)in query expression '([City] IN (""Sydney"Londo n)'. - when I filter the cities Sydney and London from the multiselect list box in the form. The list box multiselect is set to Simple. The code breaks at Me.Filter = strWhere four lines from the end. Thanks for looking!
    ...
    See more | Go to post

  • Easily disable MultiSelect for an individual DataGridViewColumn in a DataGridView?

    Hello Bytes community!

    My question is pretty much fully asked in the title, but I will go into a bit more detail in here:

    I am looking for an easy way to disable the MultiSelect feature for an individual DataGridViewCol umn in a DataGridView control. I know it is very easy to disable the MultiSelect feature for the entire DataGridView, but I would like to do so for only a single column.

    Thanks for your...
    See more | Go to post

  • How do I create subtotals on a form that relate to values selected on a list?

    I have an unbound listbox (list1) on my form.
    Another unbound listbox (list2) that shows the totals of the values in the months in (list1)
    I am trying to add a third listbox (list3) that subtotals the selected items in (list1)

    I have multi-select set to extended to allow the multiselection.

    I suspect I need to code something with the listindex and itemsselected?

    Was hoping to copy (list2)...
    See more | Go to post
Working...