connection password problem

L

Louis

When i run the following - i get asked for a password.

I have passworded the database using the simple password function that is
included with access - but i do not have any users or workgroups set up.
What should i use as a password and username etc.


Dim hoc As ADODB.Connection
Set hoc = New ADODB.Connection
hoc.open CurrentProject.Connection


Response - Not A Valid Password
 
Top