|
-
Feb 20th, 2003, 06:36 PM
#1
Thread Starter
Addicted Member
How do you close this code : Set db = OpenDatabase(App.Path & "\MonitorMe.mdb", True,
Thank you for your time. I get a
Run time error: '70'
Permission Denied
when I try to save the whole database at run time. Can anyone help me close these:
vb codes:
Private Sub Load_()
datC.DatabaseName = (App.Path & "\MonitorMe.mdb")
End sub
' and/or this one...
Public Sub '--- This is in a module (mod.bas)
Set db = OpenDatabase(App.Path & "\MonitorMe.mdb", True, False, "MS ACCESS;PWD=" & YourPassWord)
End sub
God bless,
Alvin
Philippines
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
|