หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Applies to: Access 2013, Office 2013
Changes the password for an existing user or for a database.
Syntax
ALTER DATABASE PASSWORD newpassword oldpassword
ALTER USER user PASSWORD newpassword oldpassword
The ALTER USER or DATABASE statement has these parts:
Part |
Description |
|---|---|
user |
The name of a user to be added to the workgroup information file. |
newpassword |
The new password to be associated with the specified user or database name. |
oldpassword |
The existing password to be associated with the specified user or group name. |