
05-13-2001, 04:54 AM
|
|
|
Re: How to access MS Access Database
|
If you are using DAO,then add a line like this
Data1.connect=";PWD=" & Password &";"
Where Data1 is the DAO object you are using , And Password is a string variable holding your Database Password
This line should be added before the Refresh Method
Yours:
Khalid
|
|