I recently succesfully split an access database. Everything seems to be functioning correctly apart from calling named data macros from a linked table. When attempting to call it through any front-end interface I get:
The data macro <linked table>.<macro name> could not be found.
I am calling these named data macros through a button on a (front-end) form that uses its own macro to run the "RunDataMacro" command.
Before the database was split, selecting "RunDataMacro" provided me with a drop down list of all the named data macros currently attached to my tables. Now if I try it (with all my tables linked instead of being local) the drop down list is empty.
I have struggled to find similar problems online which leads me to believe it may be due to a small mistake, but I can't be sure. Nothing I have read leads me to believe that named data macros shouldn't work in this case.
Any idea on where I might be going wrong would be much appreciated