I have a form that has two list boxes. One form contains a list of servers while the other contains a list of services. When they are populated the data syncs up like:
Server Service
Serv-01 IIS Admin
Serv-01 MSSQLServer
Serv-02 Logical Disk Manager
Serv-02 IIS Admin
I want to make it so that when scroll down in one list box, the other scrolls down as well. That way my server and service stay linked up. Is this possible?
Chris
