Database to Application

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

Guest

I have my database(tables, queries, macros) all ready to go and it works
great. How can I make it so that when an employee opens it, it will bring
them to the first form. Also, I would like to take away the toolbars at the
top. I've already disabled the database window, all i need are those two
things above.

Thanks!
 
Patrick said:
I have my database(tables, queries, macros) all ready to go and it works
great. How can I make it so that when an employee opens it, it will bring
them to the first form.

Tools - Startup

Also, I would like to take away the toolbars at the

Tools - Startup
I've already disabled the database window, all i need are those two
things above.

Thanks!


I am going to suggest that you may not want to disable all that stuff.
If you are trying to keep the user from messing with your design, I suggest
you make it a MDE file rather than a MDB file. It is a much better solution
and it is not likely they will be able to beat that one.
 

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