HOw do i modify below condition to be used with two tables?
DCount("*", "Order Details", "[OrderID]=Forms![Orders]![OrderID]")>3
Above condition is checking for number of records in order details tables for order id with a form. I need to check how many order id match with another table.
Please help.