help im a beginner... combo box

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

    #1

    help im a beginner... combo box

    good day guys.

    im a new member of this of this group and i am currently studying
    vb.net right now. I have this problem and i hope somebody would like
    to help.

    I happen to have 2 tables

    1st table: UnitMeasurement

    code description
    -------- ---------------
    kg kilogram
    gms grams
    T Tons

    2nd Table: Items

    columns
    ------------
    itemid
    itemdesc
    itemspec
    weight
    measurement - this is where i will get the type or measurement from
    table 1 using combo box

    i hope i explained my problem very well. can somebody give me a sample
    code so i can use it. thanks guys!

    joel
    a student

  • Mr. Arnold

    #2
    Re: help im a beginner... combo box


    "joel" <concept_dba@ho tmail.comwrote in message
    news:1184303682 .873954.326060@ i38g2000prf.goo glegroups.com.. .
    good day guys.
    >
    im a new member of this of this group and i am currently studying
    vb.net right now. I have this problem and i hope somebody would like
    to help.
    >
    I happen to have 2 tables
    >
    1st table: UnitMeasurement
    >
    code description
    -------- ---------------
    kg kilogram
    gms grams
    T Tons
    >
    2nd Table: Items
    >
    columns
    ------------
    itemid
    itemdesc
    itemspec
    weight
    measurement - this is where i will get the type or measurement from
    table 1 using combo box
    >
    i hope i explained my problem very well. can somebody give me a sample
    code so i can use it. thanks guys!
    >
    I think you would use a DatagridView with a Combobox column.



    Comment

    Working...