Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default Storing Data in Access Database...

Hello,

I have been using excel for a few years now and my employer uses excel
spreadsheets for their data. I would like to store the data in an access
database and the interface in excel. Can anyone suggest reading material on
how to do this or point me in the right direction?

Thanks,
Ernst.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 983
Default Storing Data in Access Database...

Are you only intending to retrieve the data out out Access or did you want
the abiblity to write back to the database. It makes a big difference in
terms of the complexity. You can read from the database using MS Query or
even a pivot table. To write back, now you have to get into ADO recordsets
and a whole bunch of code...

"Ernst Guckel" wrote:

Hello,

I have been using excel for a few years now and my employer uses excel
spreadsheets for their data. I would like to store the data in an access
database and the interface in excel. Can anyone suggest reading material on
how to do this or point me in the right direction?

Thanks,
Ernst.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default Storing Data in Access Database...

I am lookin gto add data to the database, update current data and retrieve
existing data from the database.

Ernst.


"Jim Thomlinson" wrote:

Are you only intending to retrieve the data out out Access or did you want
the abiblity to write back to the database. It makes a big difference in
terms of the complexity. You can read from the database using MS Query or
even a pivot table. To write back, now you have to get into ADO recordsets
and a whole bunch of code...

"Ernst Guckel" wrote:

Hello,

I have been using excel for a few years now and my employer uses excel
spreadsheets for their data. I would like to store the data in an access
database and the interface in excel. Can anyone suggest reading material on
how to do this or point me in the right direction?

Thanks,
Ernst.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 983
Default Storing Data in Access Database...

You will need to be reasonably proficient with VBA to do this. You want to
read up as much as you can on ADO Recordsets. What you wnat to do is very
possible but not very easy...

"Ernst Guckel" wrote:

I am lookin gto add data to the database, update current data and retrieve
existing data from the database.

Ernst.


"Jim Thomlinson" wrote:

Are you only intending to retrieve the data out out Access or did you want
the abiblity to write back to the database. It makes a big difference in
terms of the complexity. You can read from the database using MS Query or
even a pivot table. To write back, now you have to get into ADO recordsets
and a whole bunch of code...

"Ernst Guckel" wrote:

Hello,

I have been using excel for a few years now and my employer uses excel
spreadsheets for their data. I would like to store the data in an access
database and the interface in excel. Can anyone suggest reading material on
how to do this or point me in the right direction?

Thanks,
Ernst.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default Storing Data in Access Database...

Ok... One more thing... Is there a way to include this spreadsheet on a
system that does not have Access installed?

Thanks,
Ernst.


"Jim Thomlinson" wrote:

You will need to be reasonably proficient with VBA to do this. You want to
read up as much as you can on ADO Recordsets. What you wnat to do is very
possible but not very easy...

"Ernst Guckel" wrote:

I am lookin gto add data to the database, update current data and retrieve
existing data from the database.

Ernst.


"Jim Thomlinson" wrote:

Are you only intending to retrieve the data out out Access or did you want
the abiblity to write back to the database. It makes a big difference in
terms of the complexity. You can read from the database using MS Query or
even a pivot table. To write back, now you have to get into ADO recordsets
and a whole bunch of code...

"Ernst Guckel" wrote:

Hello,

I have been using excel for a few years now and my employer uses excel
spreadsheets for their data. I would like to store the data in an access
database and the interface in excel. Can anyone suggest reading material on
how to do this or point me in the right direction?

Thanks,
Ernst.



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 968
Default Storing Data in Access Database...

Su ACCESS really has two components, the end-user interface, the ACCESS
forms package and stuff like that, and the database engine itself (called
JET), which is what DAO/ADO talks to.

The database engine is installed by default on any modern PC (and if it isnt
you can download MDAC from microsoft for free and install it), so you dont
need ACCESS itself.

Charles
______________________
Decision Models
FastExcel 2.1 now available
www.DecisionModels.com

"Ernst Guckel" wrote in message
...
Ok... One more thing... Is there a way to include this spreadsheet on a
system that does not have Access installed?

Thanks,
Ernst.


"Jim Thomlinson" wrote:

You will need to be reasonably proficient with VBA to do this. You want
to
read up as much as you can on ADO Recordsets. What you wnat to do is very
possible but not very easy...

"Ernst Guckel" wrote:

I am lookin gto add data to the database, update current data and
retrieve
existing data from the database.

Ernst.


"Jim Thomlinson" wrote:

Are you only intending to retrieve the data out out Access or did you
want
the abiblity to write back to the database. It makes a big difference
in
terms of the complexity. You can read from the database using MS
Query or
even a pivot table. To write back, now you have to get into ADO
recordsets
and a whole bunch of code...

"Ernst Guckel" wrote:

Hello,

I have been using excel for a few years now and my employer uses
excel
spreadsheets for their data. I would like to store the data in an
access
database and the interface in excel. Can anyone suggest reading
material on
how to do this or point me in the right direction?

Thanks,
Ernst.



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
Sending Data to Access Database PattiP Excel Discussion (Misc queries) 1 December 12th 05 10:47 PM
Sending data to Access Database PattiP Excel Discussion (Misc queries) 2 December 11th 05 08:25 PM
excel to get data from an access database confused Excel Discussion (Misc queries) 1 February 18th 05 06:29 PM
Storing Cell Values in Access Mick Excel Programming 2 July 11th 04 09:34 AM
Attaching a JET database to an Excel Worksheet OR storing large binary data in a worksheet Ant Waters Excel Programming 1 September 3rd 03 11:34 AM


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