只能通过用户管理那里的菜单的窗口修改密码;
如果要自己修改,就加密一下,然后合并成字符串保存 http://www.foxtable.com/help/topics/0352.htm
如
Dim str As string = "PassWord" & chr(11) & MD5Encrypt("123456")
msgbox(str)