Hi
I have a problem retrieving the data from access database. I have a list of records for eg. Name,user_name, password etc.(all in access)
The problem is ,i want a solution wherein , when i double-click on a name, i want all the details for that particular name.
* i am using acess database as backend and Visual Basic 2005 as Front-end
example:
list of names are:
member1
member2
.
.
.
member n
Now, when i double click on member1, all the details for member1 shud be displayed.
Any help will be higly appreciated.