Database startup error message

T

Tim

When I double click on a database, I get the message about a broken link or
reference to a file called 'ticmdwindow.ocx'. Anyone know what this file is?

Thanks

[Tim]
 
J

Jerry Whittle

I just did a google search and there were only 3 returns for it and two of
them were your question. The third was in Japanese. Not much help there.

Once the database is open, do a ctrl + g keystroke combo. That should bring
you to the VBA window. Next go up to Tools, References. If that file is one
listed with a checkmark next to it, uncheck it the click OK. Next go to
Debug the Compile the database. It should be the first option in the
dropdown. If it's grayed out, the database is already compiled. Hopefully you
don't get any error messages. If you do, investigate and fix any problems.
 
Top