Hello everyone!
I have a table in acces database named Product(name1(string),name2(string),name3(string),name4(number(decimal))).
In a form I use combobox to choose a product after name1 and when I click a button I want to fill some textboxes with the others values of that product.
How can I do that?
please help me!
Thanks!

Recommended Answers

All 2 Replies

Every book I've read on C# has this in it, and it would be much easier for you to find a book than to explain all the code you have to right.

I've already done this. Thanks for advice!
And I figured out how to do that - using a DataReader.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.