Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Excel to Access

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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
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.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Excel to Access

I've got about a month to figure this out so point away. I'm not sure what
you mean when you talk about ODBC connection and ADODB recordsets, but I'll
learn.
Thanks

"Jim Thomlinson" wrote:

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.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default Excel to Access

This is worth a look:
http://www.exceltip.com/st/Export_da...Excel/425.html

This is good too:
http://www.programmingmsaccess.com/T...20Overview.htm


Regards,
Ryan--

--
RyGuy


"dmac" wrote:

I've got about a month to figure this out so point away. I'm not sure what
you mean when you talk about ODBC connection and ADODB recordsets, but I'll
learn.
Thanks

"Jim Thomlinson" wrote:

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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trust Access to Visual Basic Project - Access to Excel and back tcb Excel Programming 0 January 8th 08 02:43 AM
How do I access the access data via Excel 2002 with auto update ? karthik Excel Programming 1 February 9th 07 01:56 PM
Importing data from Access to Excel, but I need to vary the table from Access Liz L. Excel Programming 3 June 6th 06 02:12 AM
export access to excel. change access & update excel at same time fastcar Excel Discussion (Misc queries) 0 June 24th 05 09:27 PM
Getting Access Error Messages when running Access through Excel Dkline[_2_] Excel Programming 0 October 12th 04 09:35 PM


All times are GMT +1. The time now is 08:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"