Use the Command() function.
------------------
smalig
[email protected]
http://vbcode.webhostme.com/
Printable View
Use the Command() function.
------------------
smalig
[email protected]
http://vbcode.webhostme.com/
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