Thread: Excel to Access
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Excel to Access

There is nothing truely simple here... You can write to an Access database
via an ODBC connection which is not that terribly diffictult to do. The trick
is in making it automatic and ensuring that you do not post the same info
multiple times. Depending on your database you may also need to worry about
referential integrity. In any case if you are looking for the magic button to
push there isn't one. If you are not scared off by talk of ADODB recordsets
and such then post back and we can point you at some resources to get you
started...
--
HTH...

Jim Thomlinson


"dmac" wrote:

Can I write a macro that will export one row of data (A2:X2) to a table in
Access automatically? If so, can I do that with multiple spreadsheets of the
same ilk going to the same table in Access? I have the summary page in Excel
laid out in a database type of style for ease in conversion to Access.
I originally tried using "Paste Link" from the summary page of the
estimating spreadsheet we use to a master summary page of all jobs and then
linking that page to Access. This is a little flimsy and unreliable with
non-computer friendly people using it. I need something idiot proof that
will work on its own.
I would appreciate any help you could give me, Excel Gods.