Z ZMAN2 Registered User. Local time Today, 14:48 Joined May 6, 2003 Messages 37 Jan 4, 2006 #1 Is there a command line option to run a function() in a database like /x to run a macro? Thanks in advance.
Is there a command line option to run a function() in a database like /x to run a macro? Thanks in advance.
ghudson Registered User. Local time Today, 15:48 Joined Jun 8, 2002 Messages 6,193 Jan 5, 2006 #2 No. Search the Access help files for the Startup command-line options for the listing of available options. Set command-line options for starting Access
No. Search the Access help files for the Startup command-line options for the listing of available options. Set command-line options for starting Access
ReAn Dangerous Programmer... Local time Today, 13:48 Joined Jun 25, 2004 Messages 250 Jan 5, 2006 #3 1) Make a macro 2) Add the line RunCode - Your_Func() to that macro. 3) Drag the macro from the list to your desktop. 4) You now have a shortcut to a macro that runs your function.
1) Make a macro 2) Add the line RunCode - Your_Func() to that macro. 3) Drag the macro from the list to your desktop. 4) You now have a shortcut to a macro that runs your function.