Hi,
I need to write a query that will pull records that have an Id that appears up to a set number of times and not more. Here's an example:
A table is updated every time there is a signoff done on a project. There are 3 different types of signoffs, the type is entered as well as the ID from another table for the corrosponding project when a record is inserted. I want to return a recordset that only returns records where all three signoffs have NOT been completed. So basically all records where the id is in there once, twice, but not three times.
Any ideas would be appreciated.
Thanks
McBigJ
I need to write a query that will pull records that have an Id that appears up to a set number of times and not more. Here's an example:
A table is updated every time there is a signoff done on a project. There are 3 different types of signoffs, the type is entered as well as the ID from another table for the corrosponding project when a record is inserted. I want to return a recordset that only returns records where all three signoffs have NOT been completed. So basically all records where the id is in there once, twice, but not three times.
Any ideas would be appreciated.
Thanks
McBigJ