How create a executable progam in access.

G

Guest

I create my own tables, form, reports and macros to manege my problem. how i
create a executable program.
 
G

Guest

This is what is commonly refered to as 'runtime' version. Google it and you
should find a lot of info. or just search this forum!

You can info at
Previous post on this very subject
http://www.microsoft.com/office/com...&p=1&tid=4e002847-8ab5-462b-9d9c-17f006413d25
Abert's Info is invaluable (learn from the masters when you can)
http://www.microsoft.com/office/com...&p=1&tid=6e4ad1ca-61b6-432c-918e-4478eb69be21

http://support.microsoft.com/kb/842004
http://msdn2.microsoft.com/en-us/library/aa139974(office.10).aspx#acacclinks_topic3
http://www.granite.ab.ca/access/runtime.htm
http://www.granite.ab.ca/access/developereditionfaq.htm


Hope this helps,

Daniel P
 
R

Rick Brandt

execute said:
I create my own tables, form, reports and macros to manege my
problem. how i create a executable program.

There is no facility for turning an Access app into an Executable except to
re-write it using a development tool that allows you to compile to an EXE
(VB, Delphi, C++, etc.).

You can obtain tools that will allow you to package your file with a runtime
version of Access that can be installed on the user's PC if they do not
already have Access installed. This does nothing to alter your file. It
just provides you with a means (and license) to give your users a free
(though crippled) version of Access so they can run your app.

The runtime is not without "issues" so I suggest Googling on the topic and
doing some reading before plunging in.
 

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

Top