Hello,
I have an Access situation that I haven't been in before, but I'm sure it is much easier than it seems. I have a table called "ips" (as in IP addresses). The table is very simple simplconsisting of a server name, domain, and IP. The problem is that each system can have up to 4 IP addresses and the table would show that like:
server1 domain IP1
server1 domain IP2
server1 domain IP3
server1 domain IP4
I have another existing table that I would like to add onto that would list the IPs like so:
server1 domain IP1 IP2 IP3 IP4
Is there a way to do this? Thanks
I have an Access situation that I haven't been in before, but I'm sure it is much easier than it seems. I have a table called "ips" (as in IP addresses). The table is very simple simplconsisting of a server name, domain, and IP. The problem is that each system can have up to 4 IP addresses and the table would show that like:
server1 domain IP1
server1 domain IP2
server1 domain IP3
server1 domain IP4
I have another existing table that I would like to add onto that would list the IPs like so:
server1 domain IP1 IP2 IP3 IP4
Is there a way to do this? Thanks