help im a beginner... combo box

  • Thread starter Thread starter joel
  • Start date Start date
J

joel

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
 
joel said:
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.

http://www.xmlfox.com/datagridview.htm
 
Back
Top