Results 1 to 2 of 2
  1. #1
    Blindability is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Oct 2015
    Posts
    5

    Force Password Change for Db Users


    Hi all

    Is there a way to force a user to change their default (admin set) password on a Db?

    TIA

  2. #2
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,834
    yes - using vba code

    what that code will look like depends on your current routine - you would need some sort of flag to indicate who set the password - admin or user - to trigger the code. In English, something like


    Code:
    while passwordisAdminSet
            routine to change password
            if passwordchange successful then passwordisAdminSet=false
        wend

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Force users to log off
    By Bruce in forum Security
    Replies: 8
    Last Post: 01-10-2013, 07:03 PM
  2. Can users set their password?
    By ashu.doc in forum Security
    Replies: 6
    Last Post: 10-07-2012, 09:58 PM
  3. Replies: 4
    Last Post: 07-08-2012, 10:49 AM
  4. Replies: 1
    Last Post: 06-22-2012, 08:05 AM
  5. Replies: 10
    Last Post: 11-12-2010, 05:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums