Need a macro for a form!

  • Thread starter Thread starter Cesar Urquidi
  • Start date Start date
C

Cesar Urquidi

Hello,
I would like to create a macro for a command button that can do the following:

Go to: Tools\Security\User and Group Accounts
Once the "User and Group Accounts" windows is open, I want to open the
"Change Logon Password" tab.

Is this possible???
 
Hello,
I would like to create a macro for a command button that can do the following:

Go to: Tools\Security\User and Group Accounts
Once the "User and Group Accounts" windows is open, I want to open the
"Change Logon Password" tab.

Is this possible???

How about 1 line of code?

DoCmd.RunCommand acCmdUserAndGroupAccounts
 
It worked fine, but I want it to go to the "Change Logon Password" tab.

How do I do that???
 

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

Back
Top