I am able to lunch the built-in change pasword form from code using the following:
CommandBars!Tools.Controls!Security.Controls![Set Login Password...].Execute
This allows my user to change login password on the SQL Server.
How can I know when the user clicks OK or Cancel on this built-in form.?
Thanks.
CommandBars!Tools.Controls!Security.Controls![Set Login Password...].Execute
This allows my user to change login password on the SQL Server.
How can I know when the user clicks OK or Cancel on this built-in form.?
Thanks.