access without the environment

E

eleftheriak

Does anyone know how to open an access file without the environemnt i
mean to open the form but not the whole access package...


Thanks

Riri
 
R

Rick Brandt

Does anyone know how to open an access file without the environemnt i
mean to open the form but not the whole access package...

An Access form cannot run without the Access "environment". You can use the
code found at the link below to hide everything except your form though.

http://www.mvps.org/access/api/api0019.htm

Beware that this imposes quite a few restrictions on how your app can function.
I have used it a few times but only for utility apps that only have one single
form.
 
Top