I'm having problems creating an append query. I have 3 tables:
P_Table --> (fields) PNum, Pname, Pcity
IP_Table --> (fields) IPNum, IPname, IPCity
M_Table --> (fields) MNum, UserName, UserInfo
I want to append all the data from IP_Table to P_Table only if the value of IP_Table.IPNum is in M_Table.MNum and the value of IP_Table.IPNum is not in P_Table.
IP_Table is a duplicate table of P_Table. The only difference is that the field names are different.
Can anyone help me? Thanks!
P_Table --> (fields) PNum, Pname, Pcity
IP_Table --> (fields) IPNum, IPname, IPCity
M_Table --> (fields) MNum, UserName, UserInfo
I want to append all the data from IP_Table to P_Table only if the value of IP_Table.IPNum is in M_Table.MNum and the value of IP_Table.IPNum is not in P_Table.
IP_Table is a duplicate table of P_Table. The only difference is that the field names are different.
Can anyone help me? Thanks!