H
hotplate
How do I add the following criteria:
stLinkCriteria = "IsNull([tbl8D].[Close_Date])"
to this criteria:
stLinkCriteria = "Datevalue([Initiate_Date])=" & "#" & Me![NCMTDate] &
"#"
Every time I try to combine the two I get a "Type Mismatch" or can not
find the expression "|" depending on how I try to write it.
stLinkCriteria = "IsNull([tbl8D].[Close_Date])"
to this criteria:
stLinkCriteria = "Datevalue([Initiate_Date])=" & "#" & Me![NCMTDate] &
"#"
Every time I try to combine the two I get a "Type Mismatch" or can not
find the expression "|" depending on how I try to write it.