楼主:
一种方法:datatables("表名").deletefor("_Identify is null")
二种方法:
for each r as row in tables("表名").rows
r.delete()
next