Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RunCode Fails

Status
Not open for further replies.

amw1

Programmer
Feb 9, 2005
12
US
Hi,
I've inherited an MS access DB (access 2000/SR1) which has a custom toolbar which uses runCode. I'm an Access newbie but very familiar with Excel VBA.

Custom toolbar contains:
File View Options

In design mode, I can look at Macros and I see a FileSelect macro for which the action is RunCode on function name FileSelected()

This code has been working for years. Suddenly when the user click on custom toolbar File, nothing happens. If you set break in FileSelected(), it is never called. Spent enough time trying to figure this out and came up with an ugly work-around. Now, strangely enough, View is showing the same symptoms. It just stops responding.

Any thoughts?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top