D
drabbacs
I have a database which I'm using to archive a series of
weekly reports which come in excel files. I currently have
code which allows the user to select the file on the fly
and then imports via DoCmd.TransferSpreadsheet into a
temporary table. Further macros and code allow the user to
accept the imported data and update the permanent tables.
The spreadsheet requires some massaging in excel before it
can be imported. Specifically, in column A there are
blanks which I fill in with f5->special->blanks, =uparrow
ctrl-enter.
What I want to know is, can I avoid this preliminary data
massaging and do the same thing in Access? I'm using
Access2002. Example data follows.
A B...
AX237 someinfo
moreinfo
evenmoreinfo
WC77 info
moreinfo
etc etc
Thanks for any help
Drabbacs
weekly reports which come in excel files. I currently have
code which allows the user to select the file on the fly
and then imports via DoCmd.TransferSpreadsheet into a
temporary table. Further macros and code allow the user to
accept the imported data and update the permanent tables.
The spreadsheet requires some massaging in excel before it
can be imported. Specifically, in column A there are
blanks which I fill in with f5->special->blanks, =uparrow
ctrl-enter.
What I want to know is, can I avoid this preliminary data
massaging and do the same thing in Access? I'm using
Access2002. Example data follows.
A B...
AX237 someinfo
moreinfo
evenmoreinfo
WC77 info
moreinfo
etc etc
Thanks for any help
Drabbacs