|
-
April 6th, 2001, 07:43 AM
#1
Database Access
I still am having problems accessing my database through my Adodc control.
I put the database in the came folder as the program and in the data link properties
under the connection tab i put the database name.
I also code in the Private Sub Form_Laod()
Dim dbName As String
dbName = App.Path & "\NameandPassords.mdb"
It still will not access the database. What am I doing wrong?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|