Change VBA code from a form

Joined
Aug 14, 2014
Messages
1
Reaction score
0
I have some VBA code:

Private Sub Command2_Click()
If Me.TextBoxPassword = "password" Then
DoCmd.RunMacro "Calculations.GoodPW"
Else
DoCmd.RunMacro "Calculations.BadPW"


End If
End Sub




If I wanted to add a Change Password form for the end user, is there a way to do that from what I have?

Thanks
Vito

(Please note, I posted a question yesterday (8/13/14) on UseNet and found it here so I signed up here. For some reason my News Reader (XNews) has me as Victor not Vito. Just an FYI that Victor is me.)
 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top