aka_BigRed
New member
- Local time
- Today, 05:38
- Joined
- Aug 29, 2007
- Messages
- 7
Is there any way to run a macro over an ODBC connection to an Access DB?
For example, to run an append query named appendQuery1 over ODBC I can use the following:
execute appendQuery1;
But is there any way to run a macro in a similar fashion?
For example, to run an append query named appendQuery1 over ODBC I can use the following:
execute appendQuery1;
But is there any way to run a macro in a similar fashion?