Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 170
Default Run An MSAccess VBA Function From Excel

Hi I am working on a network that don't support creating an Access object I
can't shell because the jet is 98 and our databases are 2000, is there a way
to run the code using ADO or DAO I can Create new instance of MSAccess from
my desktop but I need to run the code on the network any ideas??.
TIA
Frank
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,163
Default Run An MSAccess VBA Function From Excel

What is it you want to do, Frank? ADO allows you to pass commands to your
Access database in SQL, so if what you need to do can be done in SQL you
should be able to use ADO. That would mean (assuming you have full access
rights to the database) you can do pretty much anything you want with the
tables, including changing their structure - but SQL won't give you any
ability to manipulate the Access application itself; e.g. showing forms or
running reports, etc.

"Frank" wrote:

Hi I am working on a network that don't support creating an Access object I
can't shell because the jet is 98 and our databases are 2000, is there a way
to run the code using ADO or DAO I can Create new instance of MSAccess from
my desktop but I need to run the code on the network any ideas??.
TIA
Frank

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
Start Excel inside MSaccess with a makro Lars[_2_] Setting up and Configuration of Excel 0 March 3rd 07 01:40 PM
using linest excel function from msaccess with multidimensional ar jobxyz Excel Worksheet Functions 1 December 26th 05 02:11 PM
Shell to MSAccess Charles Excel Programming 0 February 18th 04 02:50 PM
Shell to MSAccess Charles Excel Programming 0 February 18th 04 02:50 PM
Shell to MSAccess Charles Excel Programming 0 February 18th 04 02:50 PM


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