I have a list box the displays: routers, servers, remote sites. When you select one of the 3 from the list box, I would like the combo box view to become available and list the correct fields based on the selection from the list box.
I have 4 tables created. Table 1 lists routers, servers, remote sites as seen in the list box.
Table 2 lists all the routers and ip's
Table 3 lists all the servers and ip's
Table 4 lists all the remote sites
What I want it to do is if you select servers, the combo box will display all servers. If you select routers it only displays the routers.
Hope that explains it.
I have 4 tables created. Table 1 lists routers, servers, remote sites as seen in the list box.
Table 2 lists all the routers and ip's
Table 3 lists all the servers and ip's
Table 4 lists all the remote sites
What I want it to do is if you select servers, the combo box will display all servers. If you select routers it only displays the routers.
Hope that explains it.