lookup table issue (type conversion error)

Y

ymk

Hi
I am trying to update columns in access 2003 using a lookup table which
works fine. However my issue is that the table is an existing one and the
fields already contains data. I have tried to do an update query to populate
the existing information using identical info as per the lookup table but it
won't update and error message indicated type conversion failure.

I tried to decipher using the help but got a bit lost...

any pointers would be much appreciated...
 
G

Guest

Type conversion error occur when recording telephone number, Zip codes, etc.
They appear a numerial but do not get added, substracted, or multiplied and
therefore need to be stored as text. Access is kinda helpful and when it
sees digits it thinks it is a number.
Check the datatype of the corresponding fields in the two tables by opening
in design view and looking at the properties.
Also numbers can be stored as Integer, Long Integer, Single, Double,
Currency, and decimal. Check to see if these match.
 
D

Dirk Goldgar

ymk said:
Hi
I am trying to update columns in access 2003 using a lookup table
which works fine. However my issue is that the table is an existing
one and the fields already contains data. I have tried to do an
update query to populate the existing information using identical
info as per the lookup table but it won't update and error message
indicated type conversion failure.

I tried to decipher using the help but got a bit lost...

any pointers would be much appreciated...

Please post the SQL of the update query and the data types (from the
table definitions) from the relevant fields.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top