Remove Access Buttons

S

Simon

I have a data all designed and working, i would like to now install
in
onto a few computer but i do not want user to to be able to use any
of
the Access 2007 buttons.

How do i set it up so the users do not know it using Access 207


Thanks
 
A

Albert D. Kallal

While in the code editor you can go help, and type in

hide ribbon

I also have a working sample based on the above help, and you can find it
here:

http://www.members.shaw.ca/AlbertKallal/msaccess/DownLoad.htm

Remember, to work on your database, you have to exit, and then hold down the
shift key while it starts to "get in" for development mode....

You should also split your database, and use a mde, or for 2007, a accDE. I
explain this concept here:

http://www.members.shaw.ca/AlbertKallal/Articles/split/index.htm
 
Top