Looking for a reference to command-line parameters for Access 2000. Google did not yield any links. Thanks.
In A2000 help: Index tab, keyword "startup" yields "Startup command-line options" "A Man" wrote in message news:MPG.204ccf4dfbef34aa9896a8@news.readfreenews.net... > Looking for a reference to command-line parameters for Access 2000. > > Google did not yield any links. > > Thanks.
Thanks. I see there's no options for specifying a DSN to use or SQL Server username and password. Which is what I was looking for.
Hehehe, you want it all on a plate... You can specify your own command line options using the /cmd command line option. Then, in a startup form's Open event, you can grab their values using the Command function, and write some code to point you at the correct whatever-it-is (DSN? Database? Is this an mdb or an adp?) "A Man" wrote in message news:MPG.204cd8069c48024a9896a9@news.readfreenews.net... > Thanks. I see there's no options for specifying a DSN to use or SQL > Server username and password. Which is what I was looking for. >