PC Review


Reply
Thread Tools Rate Thread

How do I use the Access 2000 runtime?!

 
 
=?Utf-8?B?bWF4aW5lNTU1NQ==?=
Guest
Posts: n/a
 
      16th Oct 2006
I have installed this on my machine and don't know what to run to create my
runtime. The Access 97 runtime was so obvious! Thank you for any help!
 
Reply With Quote
 
 
 
 
Douglas J. Steele
Guest
Posts: n/a
 
      16th Oct 2006
Not sure that's what Maxine's looking for, Graham. I read her post as being
that she purchased Microsoft Office 2000 Developer, and is looking to use it
to package her application with the runtime.

Unfortunately, I've never used MOD to package a runtime application, so all
I can do is suggest she post in one of the Developer newsgroups:
http://msdn.microsoft.com/newsgroups...ers.toolkitode
or
http://msdn.microsoft.com/newsgroups...ss.devtoolkits

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Graham R Seach" <gseach@accessmvp_REMOVE.com> wrote in message
news:(E-Mail Removed)...
> Maxine,
>
> There are two ways of running in runtime "mode"; both require that you
> create a Windows shortcut.
>
> Method 1:
> 1. Find your database file (the mdb/mde), right-click and select Create
> Shortcut.
> 2. Right-click the newly created shortcut, and select Properties.
> 3. The Target box will be populated with the path to your mdb/mde. To the
> left of this path, enter the path to the runtime exe.
> 4. Click OK.
> 5. Double-click the shortcut to launch your database in runtime mode.
>
> Method 2:
> 1. Find your database file (the mdb/mde), right-click and select Create
> Shortcut.
> 2. Right-click the newly created shortcut, and select Properties.
> 3. The Target box will be populated with the path to your mdb/mde. To the
> left of this path, enter the path to the msaccess.exe.
> 4. To the right of the database path, add the following command-line
> switch:
> /runtime
> 5. Click OK.
> 6. Double-click the shortcut to launch your database in runtime mode.
>
> Regards,
> Graham R Seach
> Microsoft Access MVP
> Sydney, Australia
>
> "maxine5555" <(E-Mail Removed)> wrote in message
> news:5D3F7A36-54E3-43F7-AB54-(E-Mail Removed)...
>>I have installed this on my machine and don't know what to run to create
>>my
>> runtime. The Access 97 runtime was so obvious! Thank you for any help!

>
>



 
Reply With Quote
 
Graham R Seach
Guest
Posts: n/a
 
      16th Oct 2006
Maxine,

There are two ways of running in runtime "mode"; both require that you
create a Windows shortcut.

Method 1:
1. Find your database file (the mdb/mde), right-click and select Create
Shortcut.
2. Right-click the newly created shortcut, and select Properties.
3. The Target box will be populated with the path to your mdb/mde. To the
left of this path, enter the path to the runtime exe.
4. Click OK.
5. Double-click the shortcut to launch your database in runtime mode.

Method 2:
1. Find your database file (the mdb/mde), right-click and select Create
Shortcut.
2. Right-click the newly created shortcut, and select Properties.
3. The Target box will be populated with the path to your mdb/mde. To the
left of this path, enter the path to the msaccess.exe.
4. To the right of the database path, add the following command-line switch:
/runtime
5. Click OK.
6. Double-click the shortcut to launch your database in runtime mode.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia

"maxine5555" <(E-Mail Removed)> wrote in message
news:5D3F7A36-54E3-43F7-AB54-(E-Mail Removed)...
>I have installed this on my machine and don't know what to run to create my
> runtime. The Access 97 runtime was so obvious! Thank you for any help!



 
Reply With Quote
 
Graham R Seach
Guest
Posts: n/a
 
      16th Oct 2006
In that case, there's a checkbox on one of the Wizard pages (don't recall
which page), which if checked, allows you to specify the location of the
runtime files to include in the package. When the end-user installs the
package, if they don't already have the runtime installed, the installer
will install it.

It's been a long time since I used the 2000 P&DW, but as I recall, the
checkbox label is something like "Include Access Runtime".

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia

"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote in message
news:(E-Mail Removed)...
> Not sure that's what Maxine's looking for, Graham. I read her post as
> being that she purchased Microsoft Office 2000 Developer, and is looking
> to use it to package her application with the runtime.
>
> Unfortunately, I've never used MOD to package a runtime application, so
> all I can do is suggest she post in one of the Developer newsgroups:
> http://msdn.microsoft.com/newsgroups...ers.toolkitode
> or
> http://msdn.microsoft.com/newsgroups...ss.devtoolkits
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no e-mails, please!)
>
>
> "Graham R Seach" <gseach@accessmvp_REMOVE.com> wrote in message
> news:(E-Mail Removed)...
>> Maxine,
>>
>> There are two ways of running in runtime "mode"; both require that you
>> create a Windows shortcut.
>>
>> Method 1:
>> 1. Find your database file (the mdb/mde), right-click and select Create
>> Shortcut.
>> 2. Right-click the newly created shortcut, and select Properties.
>> 3. The Target box will be populated with the path to your mdb/mde. To the
>> left of this path, enter the path to the runtime exe.
>> 4. Click OK.
>> 5. Double-click the shortcut to launch your database in runtime mode.
>>
>> Method 2:
>> 1. Find your database file (the mdb/mde), right-click and select Create
>> Shortcut.
>> 2. Right-click the newly created shortcut, and select Properties.
>> 3. The Target box will be populated with the path to your mdb/mde. To the
>> left of this path, enter the path to the msaccess.exe.
>> 4. To the right of the database path, add the following command-line
>> switch:
>> /runtime
>> 5. Click OK.
>> 6. Double-click the shortcut to launch your database in runtime mode.
>>
>> Regards,
>> Graham R Seach
>> Microsoft Access MVP
>> Sydney, Australia
>>
>> "maxine5555" <(E-Mail Removed)> wrote in message
>> news:5D3F7A36-54E3-43F7-AB54-(E-Mail Removed)...
>>>I have installed this on my machine and don't know what to run to create
>>>my
>>> runtime. The Access 97 runtime was so obvious! Thank you for any help!

>>
>>

>
>



 
Reply With Quote
 
aaron.kempf@gmail.com
Guest
Posts: n/a
 
      17th Oct 2006
I reccomend just finding the AccessRT.MSI file on the Office 2003
professional disk.. run that; install it-- and you don't have to deal
with any of this other crap.

Microsoft has proven over the past years that they are incapable of
building MANAGEABLE solutions so they can screw themselves

-Aaron




Graham R Seach wrote:
> In that case, there's a checkbox on one of the Wizard pages (don't recall
> which page), which if checked, allows you to specify the location of the
> runtime files to include in the package. When the end-user installs the
> package, if they don't already have the runtime installed, the installer
> will install it.
>
> It's been a long time since I used the 2000 P&DW, but as I recall, the
> checkbox label is something like "Include Access Runtime".
>
> Regards,
> Graham R Seach
> Microsoft Access MVP
> Sydney, Australia
>
> "Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote in message
> news:(E-Mail Removed)...
> > Not sure that's what Maxine's looking for, Graham. I read her post as
> > being that she purchased Microsoft Office 2000 Developer, and is looking
> > to use it to package her application with the runtime.
> >
> > Unfortunately, I've never used MOD to package a runtime application, so
> > all I can do is suggest she post in one of the Developer newsgroups:
> > http://msdn.microsoft.com/newsgroups...ers.toolkitode
> > or
> > http://msdn.microsoft.com/newsgroups...ss.devtoolkits
> >
> > --
> > Doug Steele, Microsoft Access MVP
> > http://I.Am/DougSteele
> > (no e-mails, please!)
> >
> >
> > "Graham R Seach" <gseach@accessmvp_REMOVE.com> wrote in message
> > news:(E-Mail Removed)...
> >> Maxine,
> >>
> >> There are two ways of running in runtime "mode"; both require that you
> >> create a Windows shortcut.
> >>
> >> Method 1:
> >> 1. Find your database file (the mdb/mde), right-click and select Create
> >> Shortcut.
> >> 2. Right-click the newly created shortcut, and select Properties.
> >> 3. The Target box will be populated with the path to your mdb/mde. To the
> >> left of this path, enter the path to the runtime exe.
> >> 4. Click OK.
> >> 5. Double-click the shortcut to launch your database in runtime mode.
> >>
> >> Method 2:
> >> 1. Find your database file (the mdb/mde), right-click and select Create
> >> Shortcut.
> >> 2. Right-click the newly created shortcut, and select Properties.
> >> 3. The Target box will be populated with the path to your mdb/mde. To the
> >> left of this path, enter the path to the msaccess.exe.
> >> 4. To the right of the database path, add the following command-line
> >> switch:
> >> /runtime
> >> 5. Click OK.
> >> 6. Double-click the shortcut to launch your database in runtime mode.
> >>
> >> Regards,
> >> Graham R Seach
> >> Microsoft Access MVP
> >> Sydney, Australia
> >>
> >> "maxine5555" <(E-Mail Removed)> wrote in message
> >> news:5D3F7A36-54E3-43F7-AB54-(E-Mail Removed)...
> >>>I have installed this on my machine and don't know what to run to create
> >>>my
> >>> runtime. The Access 97 runtime was so obvious! Thank you for any help!
> >>
> >>

> >
> >


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ADP file created in Access 2000 for running with Access Runtime 20 Bob Microsoft Access Reports 0 27th Jan 2008 04:10 PM
Access 2007 Install Broke Access 2000 Runtime David F. Microsoft Access 0 18th Jul 2007 05:34 PM
Access 2003 Runtime if user has Access 97 or 2000/2002 =?Utf-8?B?Q2hyaXN0eVdhcm5lcg==?= Microsoft Access 8 16th Sep 2006 07:40 PM
Access runtime 2000 and MSDE 2000 licensing =?Utf-8?B?VG9t?= Microsoft Access 14 23rd Jun 2006 07:33 PM
Re: RunTime Access 2000 - Office 2000 Brendan Reynolds \(MVP\) Microsoft Access 0 25th Sep 2003 12:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:46 PM.