KP_SoCal
Registered User.
- Local time
- Today, 07:33
- Joined
- Dec 4, 2009
- Messages
- 39
The expression below fires an action when "There are more than 35 entries in the OrderID field of the Orders table."
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!
Code:
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!