nonappending records

  • Thread starter sierralightfoot
  • Start date
S

sierralightfoot

How can I find the records that are not appening in a query, and what field
is the issue?
 
K

Ken Snell \(MVP\)

There is no "easy" way, unfortunately, unless you go ahead and do the
append, and then compare the table's contents to the original data source
for the records being appended. Otherwise, you'll have to do a lot of
debugging to find the records that won't append if you don't do the append
query at the time you get the error.
 
S

sierralightfoot

Similar question: similar answer? In append query some fields are set to null
because....How do I find records and fields?
 
Top