Developer Extensions And Run-time Access 2007

  • Thread starter Thread starter Huckle
  • Start date Start date
H

Huckle

Am I understainding correctly that the developer extentions are available as
a free download as well as the run-time version of Access 2007?
 
Am I understainding correctly that the developer extentions are available as
a free download as well as the run-time version of Access 2007?

That's true. I'm using them now.

Keith
 
Keith,

Have you ever tried to open one database with another within the run-time
environment?

Thanks,
Huckle
 
Huckle said:
Keith,

Have you ever tried to open one database with another within the run-time
environment?

Thanks,
Huckle

You can certainly use the shell command to execute or launch a second
version of MS access in this case.

You cannot however use automation from the first version to launch a second
copy, or automate MS access .In fact you cannot do this even from visual
basic, windows scripting or any other environments that supports com object
automation.

The reason for this limitation is that when you are automate the runtime
version of MS access, you cannot provide MS access with a legitimate file
name. If you don't provide the runtime with legitimate file name, then the
application will not start.

However you are free to use the shell command or scripts to launch more than
one copy. So in theory you could certainly use the shell command and pass
the name of the file name that you wish to launch in this fahsion.
 
Huckle said:
Am I understainding correctly that the developer extentions are available as
a free download as well as the run-time version of Access 2007?

Also see Microsoft Access (Office) Developer Edition FAQ
http://www.granite.ab.ca/access/developereditionfaq.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top