There's got to be a simple way to do this. I have a table with 3 key fields (Work Order Number, Work Order Task Number, and SE Code)and several other fileds. This data is located on a SQL Server. I periodically run a query to copy this data down locally. I have another table where I document an evaluation of each of the unique Work Orders. So in the second table I need the 3 key fields and a couple of other fields like Name, Date and Comments. My problem is I want to run a query to compare the first table to the second table and write the information for the 3 key fields if it's not already there. I tried using an Append Query, but it just keeps adding on. I can't use a Make Table Query because it will erase the information for the Work Orders I have already evaluated.
Anyone have any suggestions?
Thanks,
Jim
Anyone have any suggestions?
Thanks,
Jim