PDA

Click to See Complete Forum and Search --> : Pass PATH parameter from command line


smalig
Jan 19th, 2000, 12:23 AM
Use the Command() function.

------------------
smalig
smalig@hotmail.com
http://vbcode.webhostme.com/

Clunietp
Jan 19th, 2000, 11:29 AM
http://www.inquiry.com/techtips/thevbpro/10_minute_solutions/10min1299es.asp

ADM1AVD
Jan 19th, 2000, 11:33 AM
I need to pass the parameter "d:\Database.mdb" from the command line.
Not hard coded in the program

Example
Set db = DBEngine.OpenDatabase("D:\Database.mdb", False, True)

Please Help.....Thanks