Hi,
Im completely new to Vis Studio 2005 and VB.Net. Im mainly an access/vb programmer. Heres my problem:
I have a form with a listbox displaying records from a table in my database. When the user double clicks a row in the listbox I need to open a form to view and amend those details. I cant work out how to do this.
I have created the second form and added all the fields, im thinking I need to somehow create a parameterised query on form2 and when the row is clicked in the listbox on form1 it will pass the parameter through to form1 and then display the required fields based on that parameter.
This is v frustrating as it would take me mins in access but I dont know where to start in Vis Studio, help!!
PS Please bear in mind I am very new to this and have only just worked out how to bind a form to a datasource! Im due to go on a course in a few weeks but I need to solve this asap. thanks in advance
Visual Basic18
|