A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Creating Access Application for PC w/o Access software



 
 
Thread Tools Display Modes
  #1  
Old October 26th, 2005, 06:35 PM
Karl H
external usenet poster
 
Posts: n/a
Default Creating Access Application for PC w/o Access software

Hi,
I was hoping to make an application with Access that can be used by folks
who may not have Access. An mde file cannot be opened without MS Access
(maybe I'm wrong about that).

Is there a different method I should use?
Thank you,
Karl
  #2  
Old October 26th, 2005, 07:27 PM
Dean
external usenet poster
 
Posts: n/a
Default Creating Access Application for PC w/o Access software

No. You need to provide the Access Runtime files to these users.

"Karl H" wrote in message
...
Hi,
I was hoping to make an application with Access that can be used by folks
who may not have Access. An mde file cannot be opened without MS Access
(maybe I'm wrong about that).

Is there a different method I should use?
Thank you,
Karl



  #3  
Old October 26th, 2005, 09:21 PM
Karl H
external usenet poster
 
Posts: n/a
Default Creating Access Application for PC w/o Access software

Hi Dean,
Thank you for the response. It looks like there's quite a bit for me to
review about run time files.
In a nutshell, is it possible, without tons of work, to modify my
application so others can use it if they don't have Access? If so, I'll roll
up my sleeves and see what needs to be done.
Thank you,
Karl

"Dean" wrote:

No. You need to provide the Access Runtime files to these users.

"Karl H" wrote in message
...
Hi,
I was hoping to make an application with Access that can be used by folks
who may not have Access. An mde file cannot be opened without MS Access
(maybe I'm wrong about that).

Is there a different method I should use?
Thank you,
Karl




  #4  
Old October 26th, 2005, 09:25 PM
Douglas J Steele
external usenet poster
 
Posts: n/a
Default Creating Access Application for PC w/o Access software

There's no way for users without Access to use an Access application.

Your options include:

1) Rewriting your application in another technology that can be compiled to
an executable, such as VB, VC++, VB.Net, etc. Note that you can still use
the MDB file to store the data
2) Convert your application to a web app
3) Distribute your Access application together with the royalty-free runtime
version of Access. Note that this does not change your application in any
way, shape or form.

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


"Karl H" wrote in message
...
Hi Dean,
Thank you for the response. It looks like there's quite a bit for me to
review about run time files.
In a nutshell, is it possible, without tons of work, to modify my
application so others can use it if they don't have Access? If so, I'll

roll
up my sleeves and see what needs to be done.
Thank you,
Karl

"Dean" wrote:

No. You need to provide the Access Runtime files to these users.

"Karl H" wrote in message
...
Hi,
I was hoping to make an application with Access that can be used by

folks
who may not have Access. An mde file cannot be opened without MS

Access
(maybe I'm wrong about that).

Is there a different method I should use?
Thank you,
Karl






  #5  
Old October 27th, 2005, 12:11 AM
Karl H
external usenet poster
 
Posts: n/a
Default Creating Access Application for PC w/o Access software

Hi Douglas,
Thank you...the developer's kit sounds the easiest to do. Searching the
internet, I find one comment that says that costs about $495.00. Does that
sound right? Microsoft site doesn't seem to find it when I search for that.
Do you know where one finds the kit?
Thank you,
Karl

"Douglas J Steele" wrote:

There's no way for users without Access to use an Access application.

Your options include:

1) Rewriting your application in another technology that can be compiled to
an executable, such as VB, VC++, VB.Net, etc. Note that you can still use
the MDB file to store the data
2) Convert your application to a web app
3) Distribute your Access application together with the royalty-free runtime
version of Access. Note that this does not change your application in any
way, shape or form.

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


"Karl H" wrote in message
...
Hi Dean,
Thank you for the response. It looks like there's quite a bit for me to
review about run time files.
In a nutshell, is it possible, without tons of work, to modify my
application so others can use it if they don't have Access? If so, I'll

roll
up my sleeves and see what needs to be done.
Thank you,
Karl

"Dean" wrote:

No. You need to provide the Access Runtime files to these users.

"Karl H" wrote in message
...
Hi,
I was hoping to make an application with Access that can be used by

folks
who may not have Access. An mde file cannot be opened without MS

Access
(maybe I'm wrong about that).

Is there a different method I should use?
Thank you,
Karl






  #6  
Old October 27th, 2005, 11:15 AM
Douglas J Steele
external usenet poster
 
Posts: n/a
Default Creating Access Application for PC w/o Access software

Microsoft doesn't sell previous versions of Developer's Edition.

If you're going to use the latest version of Access, you'll need to purchase
the following in order to create an Access 2003 runtime application:

- Microsoft Access 2003
- Visual Studio Tools for Office 2003 (which includes the Access 2003
Developer Extensions)

The ADE is the product that gives you the license to deploy the 2003 runtime
components and you have to have Access 2003 installed in order to install
the ADE.

If you're using MSDN, note that while VSTO is available in all subscription
levels of MSDN, the Access Developer Extensions are not included with all
versions. ADE is only available at Universal level.

The stand-alone VSTO box includes both VSTO and the ADE.

See http://msdn.microsoft.com/vstudio/of...ficetools.aspx for more
details

If you want to stick with a level prior to Access 2003, one possibility is
to check out sites that specialize in old software products, such as
http://www.emsps.com/oldtools/ or http://recycledsoftware.com/

Another is to look at someplace like eBay to see whether anyone's trying to
see their old versions (Note, though, that products purchased this way
aren't always legal...)

You might check what Tony Toews has at
http://www.granite.ab.ca/access/developereditionfaq.htm for more
information.

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


"Karl H" wrote in message
...
Hi Douglas,
Thank you...the developer's kit sounds the easiest to do. Searching the
internet, I find one comment that says that costs about $495.00. Does that
sound right? Microsoft site doesn't seem to find it when I search for

that.
Do you know where one finds the kit?
Thank you,
Karl

"Douglas J Steele" wrote:

There's no way for users without Access to use an Access application.

Your options include:

1) Rewriting your application in another technology that can be compiled

to
an executable, such as VB, VC++, VB.Net, etc. Note that you can still

use
the MDB file to store the data
2) Convert your application to a web app
3) Distribute your Access application together with the royalty-free

runtime
version of Access. Note that this does not change your application in

any
way, shape or form.

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


"Karl H" wrote in message
...
Hi Dean,
Thank you for the response. It looks like there's quite a bit for me

to
review about run time files.
In a nutshell, is it possible, without tons of work, to modify my
application so others can use it if they don't have Access? If so,

I'll
roll
up my sleeves and see what needs to be done.
Thank you,
Karl

"Dean" wrote:

No. You need to provide the Access Runtime files to these users.

"Karl H" wrote in message
...
Hi,
I was hoping to make an application with Access that can be used

by
folks
who may not have Access. An mde file cannot be opened without MS

Access
(maybe I'm wrong about that).

Is there a different method I should use?
Thank you,
Karl








  #7  
Old October 27th, 2005, 02:51 PM
Karl H
external usenet poster
 
Posts: n/a
Default Creating Access Application for PC w/o Access software

Hi Douglas,
Thanks again for your help. Is the Access Runtime a huge installation for
folks to receive, or does it go in pretty quick?
Karl


  #8  
Old October 27th, 2005, 05:00 PM
Douglas J Steele
external usenet poster
 
Posts: n/a
Default Creating Access Application for PC w/o Access software

Realistically, the runtime is the exact same msaccess.exe executable as the
regular version of Access, with literally hundreds of registration settings
that lock down what it can do. I'm not sure what the distribution size is
for the current version: I do know that a couple of versions ago, it was
around 100 Mb.

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


"Karl H" wrote in message
...
Hi Douglas,
Thanks again for your help. Is the Access Runtime a huge installation for
folks to receive, or does it go in pretty quick?
Karl




 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Single direction Synchronization with Access [email protected] Calendar 0 September 11th, 2005 08:06 PM
Best Method for Creating a Chart in an Access Application [email protected] General Discussion 0 December 17th, 2004 01:32 AM
Running Spanish Access application into English version Joseph New Users 0 December 15th, 2004 10:15 AM
Running an Spanish Access application into English version Joseph New Users 0 December 15th, 2004 10:15 AM
Need help with Access decision aualias General Discussion 23 June 21st, 2004 02:04 AM


All times are GMT +1. The time now is 12:04 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.