D
Douglas Sanders
Hi;
I have a timer event that checks for several things that might have to be
done.
I want to pull the name of the subroutine to call from a table containing
the necessary data something like this that doesn't work-
'Task to run
varX = DLookup("[Event_Routine]", "t_Events_List")
'Call the sub listed in the table
Call Str(varX)
This is preferred, but calling a macro would also make me happy.
Thanks,
Doug
I have a timer event that checks for several things that might have to be
done.
I want to pull the name of the subroutine to call from a table containing
the necessary data something like this that doesn't work-
'Task to run
varX = DLookup("[Event_Routine]", "t_Events_List")
'Call the sub listed in the table
Call Str(varX)
This is preferred, but calling a macro would also make me happy.
Thanks,
Doug