troubleshooting append query

  • Thread starter Thread starter Milan
  • Start date Start date
M

Milan

It seems that you have problems with the validation either
at the field level (i.e. field 1>0, Required = True etc)
or at the table level (i.e. field1 + field2 >0 etc.).
If you don't have table level validation then try
eliminating field by field from the query and you can find
out which field causes problems.

Milan
 
Back
Top