Append query problem - "duplicate output destination"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have just created an append query on a previous match query where it found
all ID;s that were in one table but not in the other.
However, when i try and run this query it gives me the error "duplicate
output destination" as it tries to include the "Is Null" ID from which i am
using to create the match
Does anyone have any ideas as to how to work around this?
Many THanks
Matt
 
Usually this means that you are trying to assign something to a field in two
different columns. If you are using the grid, make sure that you don't
have the same field with Append to filled in.

Otherwise, post your SQL statement and someone should be able to spot the
difficulty.

--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 
Back
Top