Opening an Access file without the program itself...

  • Thread starter Thread starter Ibajat
  • Start date Start date
I

Ibajat

Hi,
Im really new with Access but still I can do basic things, nevertheless my
big question is if I can actually in a way configure my file that when I
click on it, does not open the Microsoft Access program but just as a
"published" file that only the form application that I created will be opened.

Is that Possible? how can i do it?
Thanks!
 
If you want a form to open when you open the application, Click on Tools,
Startup, and enter then name of the form in the text box for the startup form.
 
Ibajat said:
Hi,
Im really new with Access but still I can do basic things,
nevertheless my big question is if I can actually in a way configure
my file that when I click on it, does not open the Microsoft Access
program but just as a "published" file that only the form application
that I created will be opened.

Is that Possible? how can i do it?
Thanks!

You can make it so that all you "see" is the form, but the Access program
will still be running.
 
thank you very much, it was exactly what I needed, I appreciate your time and
concern for solving my doubts.
 
Rick,

I've got a number of applications, with lots of forms, that use this method.
Usually because a client liked the application, but didn't want to see the
Access window in the background, and didn't want to spend the money to have
me rewrite the application in VB or VB.Net.

You are right that you have to be concerned about using this method.

Each of the forms must have its modal and popup properties set to True,
which causes a number of other issues, most of which you can create
workarounds for. However, the biggest headache is if you don't have good
error handling setup, you can end up with no form on screen, but with Access
open in TaskManager.

Dale
--
Don''t forget to rate the post if it was helpful!

email address is invalid
Please reply to newsgroup only.
 

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