Filter Data

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mindspring

    Filter Data

    I need some help with filtering. I not very savvy (yet) with c# so I am
    having a hard time figuring out how to filter results. Here is what I am
    trying to do.

    I am pulling data from a database and populating a listbox with the table
    from the database. I want to have a checkbox that will filter data based on
    my criteria. for example:
    In one of the Columns in the database table I have a Column called
    COIN_VALUE in this column I have cells with the work Half Cents and other
    with Large Cents. I would like to filter the results in the listbox to show
    only Half Cents or Larger Cents ext. I figure this is pretty simple but I
    cant seem to get it right. Any help would be appreciated.

    Regards,

    Bryan

  • Mindspring

    #2
    Re: Filter Data

    I notice a type-o in the post. work = word

    "Mindspring " <krossley@minds pring.comwrote in message
    news:88E56271-B5D2-4AF7-9068-69DD53EFC24D@mi crosoft.com...
    I need some help with filtering. I not very savvy (yet) with c# so I am
    having a hard time figuring out how to filter results. Here is what I am
    trying to do.
    >
    I am pulling data from a database and populating a listbox with the table
    from the database. I want to have a checkbox that will filter data based
    on my criteria. for example:
    In one of the Columns in the database table I have a Column called
    COIN_VALUE in this column I have cells with the work Half Cents and other
    with Large Cents. I would like to filter the results in the listbox to
    show only Half Cents or Larger Cents ext. I figure this is pretty simple
    but I cant seem to get it right. Any help would be appreciated.
    >
    Regards,
    >
    Bryan

    Comment

    Working...