Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Manipulation of Data extract from Access Database

Can you set up an Excel spreadsheet which can act as a view of a Access table
and allow direct update of that table?

If possible how do I set it up?

Regards

Charles Moore
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Manipulation of Data extract from Access Database

You can do it but it requres a reasonably good understanding of VBA macros
and ADO Recordsets.

Reading the data into a spreadsheet is relatively easy. You can use Data -
Import External Data - New Database Query... It is writing back that is
the tricky part.
--
HTH...

Jim Thomlinson


"Chase" wrote:

Can you set up an Excel spreadsheet which can act as a view of a Access table
and allow direct update of that table?

If possible how do I set it up?

Regards

Charles Moore

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 663
Default Manipulation of Data extract from Access Database

Yes.

You must use Visual Basic for Application(VBA), which is a programming
environment built within Microsoft Excel.

You can create one or more Data Source name'c (DSN) to connect and perform
operation on databases in Microsoft Access. However, the data in excel
requires lot of cleaning before transforming the information to Excel. This
is mostly recommended when you use Forms for User Interface Designing in
application developemnt using Microsoft Excel.

Challa Prabhu

"Chase" wrote:

Can you set up an Excel spreadsheet which can act as a view of a Access table
and allow direct update of that table?

If possible how do I set it up?

Regards

Charles Moore

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
how can excell extract data from Access (hot line?) Frank Situmorang Excel Worksheet Functions 7 April 12th 07 07:16 AM
Get Data from a secured Access database erick-flores Excel Discussion (Misc queries) 2 November 16th 06 05:31 PM
Sending Data to Access Database PattiP Excel Discussion (Misc queries) 1 December 12th 05 10:47 PM
Data extract from access query TrevorM Excel Discussion (Misc queries) 4 September 23rd 05 09:29 AM
excel to get data from an access database confused Excel Discussion (Misc queries) 1 February 18th 05 06:29 PM


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