Access Runtime ?

  • Thread starter Thread starter JTW
  • Start date Start date
J

JTW

Hi,
Is there a command reference guide or paper somewhere that details the
functionality of the Access Runtime? I have been given the task of
relinking an ODBC source with an Access db using the Access Runtime, does
anyone have any good ideas on how to do this?
Thanks for any and all help!
JTW
 
Hi JTW -

Here are a bunch of links and resources that has tons of information on
this.


Deploying Microsoft Access Applications using the Access Runtime
http://msdn.microsoft.com/library/d...odcore/html/deovrDeployingAccessSolutions.asp

Developing Access Runtime Applications
http://msdn.microsoft.com/library/d.../detskDevelopingAccessRuntimeApplications.asp

Targeting the Access Run-Time
http://msdn.microsoft.com/library/d.../odecore/html/dehowtargetingaccessruntime.asp

Q247530 MOD2000: Avoiding Common Mistakes w/ Distributable Run-Time Apps
http://support.microsoft.com/support/kb/articles/q247/5/30.asp

I also suggest purchasing a book about this subject to help you in your
development.
http://mspress.microsoft.com/office/office2000/dev.htm

Hope that helps!

--
Kristyn Wagoner
Microsoft PSS

Please do not reply directly to this alias. This alias is for newsgroup
purposes only.

This posting is provided "AS IS" with no warranties, and confers no rights.
 
The code you want is in the Developer Solutions sample database. For Access
97 it comes on the install disks and installs by default; for Access 2000
and later, it can be downloaded from

http://msdn.microsoft.com/library/en-us/bapp2000/html/bap2000.exe

Look in the topic "Use multiple databases" for the subtopic "Relink tables
at startup".

Some do not realize just how much (like Linked Table Manager) Microsoft
considers part of the Development environment and assume it's going to be
there.

Larry Linson
Microsoft Access MVP


Larry Linson
Microsoft Access MVP
 
Back
Top