<pietlinden@hotmail.comwrote in message
news:1159286298.095934.30490@i3g2000cwc.googlegrou ps.com...
Quote:
>
Paul H wrote:
Quote:
><pietlinden@hotmail.comwrote in message
>news:1159275262.010981.192200@i3g2000cwc.googlegr oups.com...
Quote:
Create a link to the SS in your database and use an update query. Wow,
talk about making a simple problem really complicated. Just join your
Excel table to your Access table on the two matching fields.
>
>>
>The trouble is, the Excel spreadsheet contains a load of other garbage
>(descriptions of each column and other notes) it's not just data.
>>
>:O(
>>
>Paul
>
as long as the table is normalized enough to query,that's irrelevant
>
Thanks again for your reply..
I tried this and it worked. I am now stuck with the problem described here:
http://www.kbalertz.com/162539/Appea...readsheet.aspx
So I am now using DoCmd.TransferSpreadsheet to get all the SS data into
Access where I can build the queries you initially suggested.
The customer does not want to have to tinker with the spreadsheets each time
he does the import. He just wants a big red "Import" button to do all the
work. I guess I could use VBA to create a copy of the SS and strip all the
crap out of that, but there are too many variables regarding the level and
amount of crap in each SS to make that a better solution than
TransferSpreadsheet.....I think!
:O/
Paul