I wonder which is correct
If IsNull(DLookup("PrivateContractFee", "tblAllStatementTEMP")) Or (DLookup("PrivateContractFee", "tblAllStatementTEMP")) = "0" Then
objDoc.Bookmarks("PrivateContract").Select
objWRD.Selection.Rows.Delete
End If
or is it ?
If...