ACCESS trigger delete table event variable usage and continuous deletion_PHP tutorial

WBOY
Release: 2016-07-12 08:58:10
Original
1107 people have browsed it

ACCESS trigger delete table event variable usage and continuous deletion

After the TABLE DELETE event of ACCESS is triggered, an [old] record will appear. This record is very useful and can Used for conditional judgment.

In the table event as shown below, after deleting a record, you can use the [old] record connection to perform multiple operations to delete related records.

ACCESS trigger delete table event variable usage and continuous deletion_PHP tutorial

One thing to note is that the FOR loops of the two deletion actions need to be at the same level!

It should be noted that the variable OldFTid at '1' can be used at '2'. The syntax is:

When condition = [ReviewData].[FTid]=OldFTid

Reference:

https://msdn.microsoft.com/zh-cn/library/ff973807 .aspx


www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1104550.htmlTechArticleACCESS trigger delete table event variable usage and continuous deletion of ACCESS’s TABLE DELETE event is triggered, an [old ] record, this record is very useful and can be used as a condition...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!