Results 1 to 16 of 16

Thread: OpenReport Method and Access security [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Location
    Philadelphia
    Posts
    89

    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
  •  



Click Here to Expand Forum to Full Width