Share via

Access 2013- Append Query PROBLEM!!

Anonymous
2014-10-13T13:38:47+00:00

Hello

When using database access, after creating an 'Append Query' to append data into a table (from a form), everything works fine but at the end of the whole process this error message appears.

I have ensured that the field data type matches the data I am trying to input onto the table.

Any ideas?Solutions?

Many Thanks

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

6 answers

Sort by: Most helpful
  1. ScottGem 68,830 Reputation points Volunteer Moderator
    2014-10-14T17:05:11+00:00

    Sorry, but no we can't. We can't see your data. I gave you the best we could when I said this:

    "But the only way you will tell is comparing the data against the properties of the fields. "

    You open the table in design mode and check the properties, then you look at the data itself and see if there is any violations.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-10-14T15:22:16+00:00

    Hello Scott and Duane

    Thank you for your quick replies!

    I am afraid I do not understand what the problem is??!

    Could you please talk me through step by step how to fix it?!

    Many Thanks !

    Was this answer helpful?

    0 comments No comments
  3. Duane Hookom 26,825 Reputation points Volunteer Moderator
    2014-10-13T15:41:19+00:00

    I should have added that I might open the table directly and attempt to type or paste the information into the fields in a new record.

    Was this answer helpful?

    0 comments No comments
  4. ScottGem 68,830 Reputation points Volunteer Moderator
    2014-10-13T15:34:38+00:00

    The message tells you the problems. Its not a data type mismatch, but a validation rule violation. You have one record where the data in the source does not meet the requirements of the destination table. Duane guess is the same as mine. But the only way you will tell is comparing the data against the properties of the fields.

    Was this answer helpful?

    0 comments No comments
  5. Duane Hookom 26,825 Reputation points Volunteer Moderator
    2014-10-13T13:59:13+00:00

    I expect you have attempted to add a zero-length string into a text field that doesn't allow it. There may be something else. It's next to impossible to determine the source of the error without seeing the tables and data.

    If you are appending multiple records, I would try limiting the records to determine the offending record.

    Was this answer helpful?

    0 comments No comments