I'm trying to pass a parameter from one of my work's applications. This application runs command lines to get to the data, which is now stored in an Access database instead of separate Excel spreadsheets.
I can open the database and view the form I need just fine with the command line: "C:\Test.accdb" /ro /x Form1
The problem is that the user now has to select a value from a combo box in the form. Is there a way to pass a parameter from the command line from my work's application into that combo box? I've been searching for a way to do this, but I'm new to a lot of this. Can I create a batch file or script that can do this? Maybe something else?
Thanks,
Chris
I can open the database and view the form I need just fine with the command line: "C:\Test.accdb" /ro /x Form1
The problem is that the user now has to select a value from a combo box in the form. Is there a way to pass a parameter from the command line from my work's application into that combo box? I've been searching for a way to do this, but I'm new to a lot of this. Can I create a batch file or script that can do this? Maybe something else?
Thanks,
Chris