I need to create a form that contains a data grid linked to a table or view of a SQL database. What this form should do is present a list of all available records, allowing a user to double-click on one record. This double-click event should bring up another form showing that record's detail.
For example, if we have a list of employees' userID, FirstName, and LastName in a list, and the user double-clicks on Nancy Jones' record in the list, the other form showing the details of Nancy's employee record should pop up.
Any ideas on how to create this interactive list object, and how to use it's properties to call a specific record's detail?
Thanks in advance.
For example, if we have a list of employees' userID, FirstName, and LastName in a list, and the user double-clicks on Nancy Jones' record in the list, the other form showing the details of Nancy's employee record should pop up.
Any ideas on how to create this interactive list object, and how to use it's properties to call a specific record's detail?
Thanks in advance.