Access 2000 Runtime

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

Guest

I've created the mde file and have installed access 2000 runtime on a test
computer. How do i get the runtime version to open only the form I want the
users to use? The mde file will be located on the network.

Also, is there a way so that the users do not see the tables when they run
the form in the runtime version?
Any help would be appreciated.

Thanks
Linda
 
Linda said:
I've created the mde file and have installed access 2000 runtime on a test
computer. How do i get the runtime version to open only the form I want
the
users to use? The mde file will be located on the network.

In Tools - Startup set that as the form to display when the app is opened.
Also, is there a way so that the users do not see the tables when they
run
the form in the runtime version?

The db window is not accessible in the Runtime so as long as *you* don't
provide a method for getting at the tables then it is taken care of.
 
Back
Top