Please help. I have two tables.
Table 1
IP_Addr Tool#1 Tool#2
xx.xx.11 P
Table 2
IP_Addr Tool#1 Tool#2
xx.xx.11 N
I would like to query the two tables, and if:
1. The IP addresses match, join the Tool#1 and Tool#2 into one table such as below:
IP_Addr Tool#1 Tool#2
xx.xx.11 N P
Thank you in advance for your help.
Jerrell
Table 1
IP_Addr Tool#1 Tool#2
xx.xx.11 P
Table 2
IP_Addr Tool#1 Tool#2
xx.xx.11 N
I would like to query the two tables, and if:
1. The IP addresses match, join the Tool#1 and Tool#2 into one table such as below:
IP_Addr Tool#1 Tool#2
xx.xx.11 N P
Thank you in advance for your help.
Jerrell