I have a table where the lay out is
Project # - Name - Role - Status - Status Date
Two types of Status can be listed in the Status column either open or closed. Status dates are set for each entry into the table by project number. I have no trouble getting the Closed projects, however when there are two entries on two different dates one for 'open' and 'one closed' both entries will show up in a report that should only list projects that are 'open'. The query currently is picking each status up on it's own date and dropping the 'open' date onto the open report and the 'closed' date on to the closed report making it look like the project has two entries, when it should only have one. (either open or closed)
I'm sure there is a way to get only Open projects, but it is eluding me.