How create a executable progam in access.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I create my own tables, form, reports and macros to manege my problem. how i
create a executable program.
 
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
 
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.
 
Back
Top