All,
I am trying to create an append query based on data currently in a table. For discussion purposes, lets assume 'Table1' contains (A,B,C) in 'Field1'.
I would like the append query to search for a value, 'B' in this case, and if present, create another record 'X'.
Here is the code I...