|
-
Oct 9th, 2000, 01:20 AM
#3
Junior Member
This is for an Access database
you will need two lines similar to these...
Set DB = OpenDatabase(App.Path & "\Alert.mdb", False, False, ";PWD=password")
Set RS = DB.OpenRecordset("Errors", dbOpenDynaset)
This should do it..
let me know if you have any further questions.
[email protected]
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
|