Problem:
An Access database (mdb) has a reference to another mdb. Function calls can be made OK in a code module from one to the other. However, function calls made in a toolbar button's onAction property fail. Any suggestions?
Further details:
1. The same structure works fine on some machines, but not in one particular case.
2. If the call to the referenced mdb's function is moved from the toolbar's onAction property to a wrapper function which is then called from the toolbar's onAction property, the code runs OK.
An Access database (mdb) has a reference to another mdb. Function calls can be made OK in a code module from one to the other. However, function calls made in a toolbar button's onAction property fail. Any suggestions?
Further details:
1. The same structure works fine on some machines, but not in one particular case.
2. If the call to the referenced mdb's function is moved from the toolbar's onAction property to a wrapper function which is then called from the toolbar's onAction property, the code runs OK.