ImportMixedTypes

G

Guest

Like many, I am experiencing difficulting making all the right settings so my
linked Excel table will correctly import a column (type=Text) of values
containing text, numbers, or a mix of the two to an Access report. Have read
the 'dicks-blog' article and made the first two changes
(ImportMixedTypes=Text & TypeGuessRows=0). Can't figure out where to access
the section about checking if IMEX=1 setting is correct. Don't normally get
into that stuff. Please provide directions. Any further ideas to help
importing are appreciated as well. This is a daily report and I am tired of
making entries by hand.
 
J

Jamie Collins

Like many, I am experiencing difficulting making all the right settings so my
linked Excel table will correctly import a column (type=Text) of values
containing text, numbers, or a mix of the two to an Access report. Have read
the 'dicks-blog' article and made the first two changes
(ImportMixedTypes=Text & TypeGuessRows=0). Can't figure out where to access
the section about checking if IMEX=1 setting is correct. Don't normally get
into that stuff. Please provide directions. Any further ideas to help
importing are appreciated as well. This is a daily report and I am tired of
making entries by hand.

Here's one way:

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

You want to do something like this:

adoTbl.Properties("Jet OLEDB:Link Provider String") = "EXCEL
8.0;HDR=YES;IMEX=1"

Jamie.

--
 

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