Toolbars in Forms and where to remove them???

T

Transam388

I am having to combine two access databases that I was not familiar with to
start with. What is happening is that somewhere in one of the startup forms
there is a toolbar that Access says it cannot find. I have been looking for
the toolbar it states but cannot find where to remove it. Any idea on where
the normal location for having a toolbar popup when a form is opened and
where to remove this would be appreciated!!! Thank you!
 
T

Ted

Open the relevant Form in design view.

Select View, Properties and then select the 'other' tab.
If there is a toolbar attached to the form it will show next to 'menubar' or
'toolbar'...

Alternatively, the toolbar may be called with a Macro (see form properties
under the 'event' tab).
To remove - just delete the relevant entry.

It may be called by Visual Basic - select the 'code' button and see whether
the offending 'toolbar' is in there.

If the toolbar loads up with database, look in 'tools', 'startup'.

HTH
 
Top