I have two tables linked by an id field. I would like to create a query that updates a field in the first table when the count of items in the second table (for that id) is > 25. Can someone help me out with this syntax? There is a one to many relationship between the first table and second table.
Thanks
Thanks