Search results

  1. B

    Text Boxes

    Fixed it like this: Private Sub Activity_Status_Click() Dim deletetxt As String If Me.Activity_Status = False Then Me.Delete_Date = Date MsgBox "Please enter a reason for inactivating this user.", vbOKOnly, "Security Access Database" Me.Delete_Reason.SetFocus...
  2. B

    Text Boxes

    I'm receiving the same 2115 runtime error with the following piece of code. There are no validation rules or macros on the field. Private Sub Activity_Status_Click() If Me.Activity_Status = False Then Me.Delete_Date = Date MsgBox "Please enter a reason for inactivating this...
Back
Top Bottom