I imported an Exchange table containing all employees of our company worldwide into my database (tblEnterprise). The database also has a table with "local" employees called tblCompany. Whenever the tblEnterprise is updated (e.g. employee title change) or when new (local) employees are added, I want my tblCompany to be automatically updated and/or appended for the "local" employees only. tblCompany was initially built through a make-table query. However when a records are removed from tblEnterprise, the corresponding records in my tblCompany may not be deleted. In this case ex-employees therefore need to be "flagged" inactive. The tblCompany also contains other "flag" fields which are not present in the tblEnterprise and need default values upon entry of a new record. These flags may not be affected by any updates and may only be changed manually. I tried combining Update- and appendqueries but got stuck with some kind of key violation error. Both tables were linked on unique fields which never change. Could you please help me out here? [sig][/sig]