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

While designing my service reports using Excel 2002, I didn't take into
consideration the fact that I would need to export data to an Access 2002
database in the future. Therefore, I've got cells at different
locations throughout the worksheet that contain information that I need to
export. All information regarding exporting data to Access implies that one
has to start out with a tabular type Excel worksheet
in order to facilitate an import. I've had success using a macro to copy the
affected cells to another spreadsheet and then importing from that
spreadsheet. Unfortunately I have about six hundred service
tickets, (one per worksheet, each one a separate file) and need to come up
with a scheme that will allow me to do this in a more efficient manner. Any
ideas would be appreciated.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 812
Default Exporting Excel to Access

There are examples for exporting to Access at:
http://www.erlandsendata.no/english/...odao/index.htm

HTH,
Merjet


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

Thank you, I'll take a look.

Jim
"merjet" wrote in message
news:u6Rjb.156869$%h1.154267@sccrnsc02...
There are examples for exporting to Access at:
http://www.erlandsendata.no/english/...odao/index.htm

HTH,
Merjet




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default Exporting Excel to Access

This might be a help for getting data to and from Excel and Access: It
includes examples of using variables in SQL queries.
http://www.bygsoftware.com/examples/sql.html

Or you can get there from the "Excel with Access Databases" section on page:
http://www.bygsoftware.com/examples/examples.htm

It demonstrates how to use SQL in Excel's VBA to:

* create a database,
* create a table and add data to it,
* select data from a table,
* delete a table,
* delete a database.

You can also download the demonstration file called "excelsql.zip".

The code is open and commented.

--

Regards
Andy Wiggins
www.BygSoftware.com
Home of "Save and BackUp",
"The Excel Auditor" and "Byg Tools for VBA"


"Jim Alexander" wrote in message
...
While designing my service reports using Excel 2002, I didn't take into
consideration the fact that I would need to export data to an Access 2002
database in the future. Therefore, I've got cells at different
locations throughout the worksheet that contain information that I need to
export. All information regarding exporting data to Access implies that

one
has to start out with a tabular type Excel worksheet
in order to facilitate an import. I've had success using a macro to copy

the
affected cells to another spreadsheet and then importing from that
spreadsheet. Unfortunately I have about six hundred service
tickets, (one per worksheet, each one a separate file) and need to come up
with a scheme that will allow me to do this in a more efficient manner.

Any
ideas would be appreciated.




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
Exporting an Access report into Excel Stanley Excel Discussion (Misc queries) 2 November 12th 08 04:26 PM
exporting data from access to excel [email protected] Excel Discussion (Misc queries) 1 April 11th 06 10:17 AM
Exporting an Excel Chart into Access T8RSP Charts and Charting in Excel 0 March 1st 06 02:13 PM
Exporting fields from access to excel Chris Excel Discussion (Misc queries) 1 August 10th 05 01:36 PM
importing/exporting from access to excel Thomas Excel Discussion (Misc queries) 1 March 1st 05 05:41 PM


All times are GMT +1. The time now is 04:32 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"