A
Arthur Flood
What is the code to connect to Access 97
from VB. The Access 97 file has the password "CORVETTE"
Below is the code that I would normally use.
What changes would have to be made to my VB code, if
my Access database has the password "CORVETTE"
Public DB1 As Database
Set DB1 = OpenDatabase("C:\TEMP\EMPLOYEES")
from VB. The Access 97 file has the password "CORVETTE"
Below is the code that I would normally use.
What changes would have to be made to my VB code, if
my Access database has the password "CORVETTE"
Public DB1 As Database
Set DB1 = OpenDatabase("C:\TEMP\EMPLOYEES")