Set Login Password

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I open the Dialog "Set Login Password" Dialog within a Macro or in VBA.
(I tried to use DoCmd,RunCommand but I couldn't find the corresponding
Parameter)
 
MK,

In a macro, SetDatabasePassword is one of the listed Commands under the
RunCommand macro action.
 
SetDatabasePassword is only valid for mdb, I'm looking for the one
corresponding to
"Set Login Password" for a Project.
 

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

Similar Threads


Back
Top