Hi,
Inexperienced retired guy working on VB.Net/sql server.
I have a function that returns a record column (in ID) from a sql dataset. I query the dataset for records which meet two specific requirements. It is possible to have multiple records in the table which meed the requirement and I need the user to select from these. My thoughts were to have a form called by the function whenever there were multiple records and then load a ListView control with the qualifying records and have the user select the appropriate record. My problem is I'm not clear on how to "bind" the from to the calling function and, once the selection is made "tell" the calling function what to return.
Any recommendation for how to do this would be greatly appreciated.
Regards,
Minuend