access without the environment

  • Thread starter Thread starter eleftheriak
  • Start date Start date
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
 
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.
 

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

Back
Top