Search results

  1. P

    Write conflict

    I have a form (frmClient) which includes a locked textbox txtLastModifedBy which is bound to tblClient.LastModifiedBy. When other controls on the form are updated, the form's BeforeUpdate event triggers some code which includes the line DoCmd.RunSQL "UPDATE tblClient SET...
  2. P

    Question Access 2003 - Regular password changes

    Can anyone help with how I might be able to force users to change their passwords every 60 days or so? I can set up a table with userIDs and passwords, as well as a form which could set the "last updated" date and a further password expiry date. The question is, how can I link this...
Back
Top Bottom