G
Guest
What's wrong with my code. It isn't working. I'm trying to set a database
password using code.
DoCmd.GoToControl "password"
DoCmd.RunCommand acCmdCopy
DoCmd.RunCommand acCmdSetDatabasePassword
DoCmd.RunCommand acCmdPaste
When I run it, the password box comes up for me to manually set it. The code
is suppose to copy the password from a control box and then paste???
Help
password using code.
DoCmd.GoToControl "password"
DoCmd.RunCommand acCmdCopy
DoCmd.RunCommand acCmdSetDatabasePassword
DoCmd.RunCommand acCmdPaste
When I run it, the password box comes up for me to manually set it. The code
is suppose to copy the password from a control box and then paste???
Help