Query to import and process an Excel file before writing to table (1 Viewer)

thardyjackson

Registered User.
Local time
Today, 10:23
Joined
May 27, 2013
Messages
45
I am periodically importing Excel files into access. Making the data usable requires removing spaces, parsing certain fields, adding datasource field, etc.

Currently, I am importing the un-formatted data into a staging table, cleaning it up with a query and then copying the updated staging table to the final table.

Is there a way to doing this in 1 query (get data into a query, process it and then write it to the final table) -- i.e., not have a staging table.

Thanks.

Access 2007
 

jdraw

Super Moderator
Staff member
Local time
Today, 13:23
Joined
Jan 23, 2006
Messages
15,379
Probably not, but we don't know any of the details. You might consider writing some functions to do various manipulations and/or run queries in some defined order.
You could have an interface form, and some buttons. Clicking a button, or selecting something from a list/combo would trigger/invoke some action(s).

Good luck with your project.
 

trkl

Registered User.
Local time
Today, 21:23
Joined
Jun 30, 2013
Messages
31
if you do that in Ms Access 2010 then its very easy there.
 

Users who are viewing this thread

Top Bottom