|
-
Mar 28th, 2005, 06:38 PM
#1
Thread Starter
Lively Member
OpenReport Method and Access security [RESOLVED]
I have a report that is being printed from a vb application, my concern is will the following code work on the password protected database??? and if it won't is there a way to get around it?
Set AccessDB = New Access.Application
AccessDB.OpenCurrentDatabase strDB
AccessDB.DoCmd.OpenReport strReport, acViewPreview, strFilter, strWhere
AccessDB.Visible = True
Set AccessDB = Nothing
Last edited by oleg; Mar 29th, 2005 at 12:56 AM.
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
|