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?
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?