Link to home
Start Free TrialLog in
Avatar of gigifarrow
gigifarrow

asked on

On my append query getting error messages, "Type conversion failure"," property value too large"

I have a query that when I go to append I get an error message,"Type conversion failure ". Then when I hit to preceed any way I get another error message saying, "property value too large",

Now the tables are the same all I did was copy and paste the table and rename it to make the table that it appends to.
appendQueryforcecklistnotworking.zip
Avatar of Jim Horn
Jim Horn
Flag of United States of America image

A 'Type Conversion Failure' essencially means you tried to insert an bowling ball into a garden hose, or in the case of Access, a string (with values in non-date format) into an Date/Time column, an Long Integer into an Integer column, and Integer into a Byte column, etc.

Check the data types of all columns you're selecting vs. what you're inserting into.
ASKER CERTIFIED SOLUTION
Avatar of datAdrenaline
datAdrenaline
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for the recognition of the answer!

---
I know the thread has aged a little, but as I was reviewing, I noticed that I forgot the link to a normalization description by MS, so here it is!!

http://support.microsoft.com/kb/283878