ken <ken@[EMAIL PROTECTED]
> wrote:
>I have access 2007 and have downloaded the Developer Extension. I then
use
>the wizard and select desired application. The MSI Installer created the
>access application. However, when i go into the application, i do not see
>anything- no forms-no tables- no nothing. This is on my own pc where
access
>2007 installed. probably doing something stupid, do you have a clue?
The runtime does not have access to the list of objects in the
database. Therefore you have to use an autoexec macro or a startup
form.
You can simulate a runtime on your own system by creating a shortcut
with the target reads: "C:\Program Files\Office\MSACCESS.EXE"
"C:\Database\database.mde" /runtime It's not perfect but it should
help.
More Tips at the Microsoft Access ODE or MOD Runtime Installation
Troubles Tips page at http://www.granite.ab.ca/access/runtime.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/


|