หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Applies to: Access 2013, Office 2013
You can use the DeleteRecord action to delete a record.
Setting
The CreateRecord data block has the following arguments.
Argument |
Description |
|---|---|
Record Alias |
A string that identifies the record to delete. If the Alias argument is not specified, then the current record is deleted. |
Remarks
You can use the LastCreateRecordIdentity local variable to work with last record created in a CreateRecord data block. For example, use the following syntax to refer to the most recently created record:
[LastCreateRecordIdentity]