help im a beginner... combo box

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
 
M

Mr. Arnold

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top