Can someone please, please, please give me the syntax in vb 2008 for referencing records on a parent form, I’ve been trying to do this for ages and can’t work it out or find help that answers this. I’m new to VS and vb2008 so please excuse any errors in describing my scenario.
· Form A is bound to a strongly typed Dataset named MASTERDATASET which comprises of multiple related sql server tables. One of the tables is named TBLCUSTOMER.
· TBLCUSTOMER details are displayed on form A in a Gridview named CUSTOMERGRIDVIEW
· Form B displays details from TBLCUSTOMER in detailview . The primary key is customerID.
When I click a row in CUSTOMERGRIDVIEW on form A I want to open form B and display records relating to that customer.
Please let me know if there’s insufficient details to answer this or if the problem is unclear.
Many thanks in advance