Hi, i could really do with some help. I am trying to connect a simple button in Visual Basic 2008 Express Edidtion, to an access database in which i can get an item from the database to show in a text box. Like a till does when a product is pressed it will show the product in a seperate box.
I could really do with some help.
Thanks

use a flexgrid control in which the database items are loading when you click an item in a row,the item will be shown in the textbox

text1=flexgrid.textmatrix(flexgrid.row,columnindex)

Thanks for the help mate but think that is for VB6 im using VB 2008 express edition. Any ideas how to use this in VB 2008 or any other ideas.

no idea in vb 2008 express edition

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.