Importing from Excel to Access

R

Rochelle

I have an Excel spreadsheet from was created from another
database awhile ago. I would like to import this info
into Access. One of the fields in Excel is a multi-value
field and I'm not sure if I can split these value to be
individual fields in Access. Please advise.
 
J

Joe Fallon

Yes it can be done, just not during the import itself.
I typically import Excel data to a "staging table" and then use Access
queries to parse and format the data as I load it into the "real table".

Splitting up the multiple values depends on how they are separated.
(Comma, space, ~, etc.)
Then use Access functions to identify the delimiter and split the string and
send each piece where it needs to go.
 

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