In short, is this possible?
I have a function that I'd like to be able to call from the Command Line, but the Function expects 4 arguments passed to it. I know you can run a Macro from the command line, but nothing I've seen suggests or demonstrates how you could pass any additional information into the program (like the afore mentioned function/sub arguments).
I know I can set the program up to read the arguments from some sort of INI file, but I'd like to stay away from any sort of INI/Temporary files if at all possible.
P.S.
This database is in Access 2010 32bit. It's being developed on Windows Vista 32bit and will be run using the Access 2010 32bit Runtime on Windows XP.
P.P.S.
Yes, I know the difference between a Macro and a Function. However, I could easily create a Macro to run the specified function :P