KP_SoCal
03-30-2010, 10:19 AM
The expression below fires an action when "There are more than 35 entries in the OrderID field of the Orders table."
DCount("[OrderID]", "Orders")>35
I'm looking for a condition that would fire when "There are more than 35 entries in OrderID field that are NUll for the Orders table."
Any suggestions would be greatly appreciated! Thanks!
DCount("[OrderID]", "Orders")>35
I'm looking for a condition that would fire when "There are more than 35 entries in OrderID field that are NUll for the Orders table."
Any suggestions would be greatly appreciated! Thanks!