type conversion failure error

G

Guest

I am trying to import a spreadsheet from Microsoft Excel. Some of the fields
are blank. The import itself works perfectly except I get import errors
(type conversion failure) for the blank fields. Any suggestions?
 
R

rwr

gailygirl said:
I am trying to import a spreadsheet from Microsoft Excel. Some of the fields
are blank. The import itself works perfectly except I get import errors
(type conversion failure) for the blank fields. Any suggestions?

You may want to import into a temp table and define all of the fields
text or strings. Then with code or an update query, append the data to
your table.

Ron
 

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