Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
bicyclops
 
Posts: n/a
Default external data range a two way street?

I've sucessfully set up an external data range in excel that points to an
access database query. It refreshes with no problem when making changes in
Access.

However I would like to be able to update cell values in excel & see the
changes reflected in the Access db. I've tried playing around with the
permissions but no matter what, any changes to data in excel get lost when
the refresh button is hit.

I'm sure I'm missing something . . .
Thanks in advance.
  #2   Report Post  
Conrad Carlberg
 
Posts: n/a
Default

Hi bicyclops --

One way street. An external data range can suck data out of Access, SQL
Server, Oracle, whatever, but it can't send it back without help.

I like to use a worksheet change event to trigger VBA code. That code uses
DAO (or, for preference, ADO) to update the database according to the change
that the user has made. Frankly, I'd rather that the user update the
database directly, but these users feel lots more comfortable in Excel than
in a DBMS.

--
C^2
Conrad Carlberg

Excel Sales Forecasting for Dummies, Wiley, 2005


"bicyclops" wrote in message
...
I've sucessfully set up an external data range in excel that points to an
access database query. It refreshes with no problem when making changes in
Access.

However I would like to be able to update cell values in excel & see the
changes reflected in the Access db. I've tried playing around with the
permissions but no matter what, any changes to data in excel get lost when
the refresh button is hit.

I'm sure I'm missing something . . .
Thanks in advance.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default external data range a two way street?



"bicyclops" wrote:

I've sucessfully set up an external data range in excel that points to an
access database query. It refreshes with no problem when making changes in
Access.

However I would like to be able to update cell values in excel & see the
changes reflected in the Access db. I've tried playing around with the
permissions but no matter what, any changes to data in excel get lost when
the refresh button is hit.

I'm sure I'm missing something . . .
Thanks in advance.

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
named range, data validation: list non-selected items, and new added items KR Excel Discussion (Misc queries) 1 June 24th 05 05:21 AM
Formula Changes when data entered in referenced range mac849 Excel Discussion (Misc queries) 5 March 21st 05 01:57 AM
How do I create a list in excel that contains external data? bill@bb Excel Discussion (Misc queries) 1 February 15th 05 02:45 AM
External data Macro Problem Excel 97 Craig Kelly Excel Discussion (Misc queries) 1 January 17th 05 03:17 PM
How can I check if data in external data range is changed after re Ruud Excel Discussion (Misc queries) 0 January 7th 05 12:07 PM


All times are GMT +1. The time now is 11:07 PM.

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

About Us

"It's about Microsoft Excel"