Is there a way for users of an mdb to only view the form that opens up when the file is openned? I want to have it like an exe where users can only access item available to them on the main form. No design view, no object menu, just the form.
hi rgaetos,
you are talking about users means that your DB is shared?
If you want an exe file. So there must be a Startup form means Sitchboard form, from which you can access other forms or Reports by clicking or any other way.Answer me.
We can make mde file.but before making it there are some rules to follow.
My DB will be used by 3 or 4 people. There is a start up form where users can access other forms reports. When it comes down to it, the main thing I want is to hide the objects menu and do disable the design view.
Ok I got it.
You want to hide Objects(Db design window--tables,reports,queries,formsetc)and VB code also.
So 1.Make sure you have Backup of your mdb file.
2.Compile your Data. For this go in the design view of any form, from menu bar View tab---view code----Debug tab---Compile Db.
3.Go tools---Startup----uncheck Display Db window,better to uncheck all.
And set in Startup option your Startup form.
feel free to ask any question.
Forgot the folowing one
4. Tools---Db utilities---Make mde file .This file will be executable file of your Db.
This All procedure secures Db from users access in VBCode because they can access Db through menus from Menubar.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.