Hello there, people of the forum!
I have a project that I have written in VB6 (which isn't too dissimilar to .NET), and I have asked my work colleagues this, and I got blank looks.. The issue I have is this:-
I would like to create a form (window) which holds the contents of my database, I would like to use form_OnLoad() to get all records from my database, then have the 'type' column selectable/clickable, so that when I double click on it, it opens a new window with the contents of all the data relevant to that 'type' id..
I hope as this makes sense, I would have had this written in half a day if it was in html/php/mysql, but the powers that be are insisting that I do this in VB6/.NET
Any ideas please!
Cheers,
MRb