C
ChuckW
Hi,
I have a table called Customer with a CustID field. I have another table
called Licenses that has this same CustID field. We update our Customer
Table every day with new customers. I want to update the Licenses table as
well. If there is a new customer added to the Customer table I want to run
an append or update query that will check the CustID values that are already
in this Licenses table and add the new ones. Can someone help me with how to
do this?
Thanks,
I have a table called Customer with a CustID field. I have another table
called Licenses that has this same CustID field. We update our Customer
Table every day with new customers. I want to update the Licenses table as
well. If there is a new customer added to the Customer table I want to run
an append or update query that will check the CustID values that are already
in this Licenses table and add the new ones. Can someone help me with how to
do this?
Thanks,