Toolbox

law

Registered User.
Local time
Today, 13:05
Joined
Feb 14, 2004
Messages
26
I currently have a form and when you go into it it opens in design view so that you can do changes to it. I have currently in the startup section disabled the toolbars so that users cannot mess around with the design of the database. So what I need is when the user goes into this form that I have and is in design mode I would like it to display the TOOLBOX so that they can change just that form. But as I say I have disabled the toolbars in the startup so I just need it to display when this form opens.

Can anyone help????
I presume that I need to do it in vba code
 
Why would you want to let users change the look of a form? :eek:

Why not have a template form with options on a form which hides the controls that are not required.

There are plenty of examples on the forum, like creating forms at runtime, change form properties etc using code....

Andy
 
Done it!!!

DoCmd.ShowToolbar "Toolbox"

Thanks anyway!
 

Users who are viewing this thread

Back
Top Bottom