T
TADropik
I use the following command line and it runs successfully:
"C:\Program Files\Microsoft Office\OFFICE11\MSAccess.exe"
"c:\Data\Apps\Client.mdb" /x StartMacro
However, In the Macro I have a Where Condition
Where Condtion: [KEY]=[SBKey]
I would like to pass the value of [SBKey] to the Macro from the Command Line
Is this possible?
"C:\Program Files\Microsoft Office\OFFICE11\MSAccess.exe"
"c:\Data\Apps\Client.mdb" /x StartMacro
However, In the Macro I have a Where Condition
Where Condtion: [KEY]=[SBKey]
I would like to pass the value of [SBKey] to the Macro from the Command Line
Is this possible?