I want to get back a recordset based on a nested sql statement that returns a count of 0, but I can't remember the syntax. It needs to return the count based on a field in the parent sql statement.
Something like:
Select ID From Employees AS TABLE1 Where (Select Count(X) From Customers Where TABLE1.ID = Customers.ID) = 0
Start Free Trial