toolbox is missing

  • Thread starter Thread starter franky
  • Start date Start date
F

franky

Hello,

I am using MS Access 2000 and attempted to add controls to a form and
report. When I select View=>Toolbox from the menu, no toolbox is displayed.
I attempted this on existing and new database and I cant get the toolbox to
show. This is the first time I've had this problem, it was working
yesterday. Any suggestions?

-Thanks in advance
 
I figured it out. In the debug window (ctrl+g)
I entered:
CommandBars("Toolbox").Enabled = True
CommandBars("Toolbox").Visible = True

It started working again after that.

Thanks.
 
Back
Top