compile....

S

samicole246

how to compile into 1 your database or forms made from ms access?i mean how
will i make my form as .exe?
 
J

John Vinson

how to compile into 1 your database or forms made from ms access?i mean how
will i make my form as .exe?

You cannot. Access does not support this capability.


John W. Vinson[MVP]
 
S

samicole246

John said:
You cannot. Access does not support this capability.

John W. Vinson[MVP]

so i have to install ms access first to view my database or forms?so i have
to use ms access everytime i will open a database?by the way thanks for your
reply guys..
 
D

Douglas J. Steele

samicole246 said:
so i have to install ms access first to view my database or forms?so i
have
to use ms access everytime i will open a database?by the way thanks for
your
reply guys..

For forms and reports, yes, you must have Access installed.

If all you want is to be able to get at the data in the tables, you can
extract it using any ODBC-compliant application (such as Excel).
 
J

John Vinson

so i have to install ms access first to view my database or forms?so i have
to use ms access everytime i will open a database?

That is correct.

You can purchase "Visual Studio for Office Extensions" - or whatever
Microsoft is calling it this week - to get a license-free runtime
version of Access which you can distribute with your database; but you
do need *some* form of Access.

John W. Vinson[MVP]
 
Top