That's strange. Is there a chance that your Excel data is mostly numeric,
but one of the PartNumbers is alpha? (or vice versa)
Regards
Jeff Boyce
Microsoft Office/Access MVP
The PartNumber is formatted as "text" in Excel because there are alphas and
hyphens and such in the data. It looks like Access is putting it in as data
type "text", 255 chars. Is this a problem if I'm using this field as the
primary key? I have 47 of these files and only 5 of them are giving me a
problem. In one file, Access is reading the PartNumber in as an exponential
- I don't know how to get Access to not do that either.
> That's strange. Is there a chance that your Excel data is mostly numeric,
> but one of the PartNumbers is alpha? (or vice versa)
[quoted text clipped - 45 lines]
> >> > > "secret" that someone can share? Any suggestions as to what to look
> >> > > at?
Jeff Boyce - 27 Mar 2006 18:18 GMT
Were this my issue, I'd first create a table in Access that had all fields
sized and typed as I needed. Then I'd import from Excel, probably into a
"temporary" table, since Excel data is rarely well-normalized. Finally, I'd
use queries to "load" the "permanent" table(s), normalizing the data by
using as many queries as I needed to parse the raw import data.
Regards
Jeff Boyce
Microsoft Office/Access MVP
> The PartNumber is formatted as "text" in Excel because there are alphas
> and
[quoted text clipped - 62 lines]
>> >> > > look
>> >> > > at?
pmms - 27 Mar 2006 19:47 GMT
Alright, that's what I'll do.
Thanks!!!!!
> Were this my issue, I'd first create a table in Access that had all fields
> sized and typed as I needed. Then I'd import from Excel, probably into a
[quoted text clipped - 73 lines]
> >> >> > > look
> >> >> > > at?