CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2001
    Location
    PA
    Posts
    163

    Access Question?

    I normally open Access databases with VB code defining the type of access a user has, however, someone in our department needs to allow a person in another department to directly open an Access database read-only. Is there a way to do this by default without setting up user accounts?


  2. #2
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167

    Re: Access Question?

    Hmmm ... I know few options (I think):
    1. Access Security: Tools->Security
    2. NT Security: Read-Only Permission (if you're using NT to store the file)
    3. Do not allow direct access but create an interface for the user to view data in the DB as READ-ONLY.

    Regards,
    -Cool Bizs

    Good Luck,
    -Cool Bizs

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

Featured