G
Guest
I need to count no a nulls on a field call [MergeLetter]. This field is a
boolean.
I tried this syntax. It returns a zero value if it is null or if it is not
null.
Result = DCount("*", "tblIssuePermits", " Isnull([MergeLetter])")
I am testing if the user made a selection. If a selection is made it
processes the Mail Merge. If not an Error Message " Must make selection"
boolean.
I tried this syntax. It returns a zero value if it is null or if it is not
null.
Result = DCount("*", "tblIssuePermits", " Isnull([MergeLetter])")
I am testing if the user made a selection. If a selection is made it
processes the Mail Merge. If not an Error Message " Must make selection"