M
mcduff22
I have 2 fields (Date Created from master table and Review Date from a sub
table). All records have a “Date Created†entry. Not all records have a
“Review Date†entered. I need to create a query that looks at the last
Review Date and if one does not exist THEN look at the Date Created. The
query asks me what “MM YYYY†I want to query records. My issue - I have a
Select Query written and it has 2 lines of criteria one for each field asking
[Enter MM YYYY]. It works well for records that have a Review Date in my
criteria or if there isn’t a Review Date, then it defaults to Date Created.
But, I get records that have the Review Date greater than what I want to
query due to it meeting the Date Created criteria. Any suggestions?
Want the following results….
Date Created Date Reviewed
01 2001 01 2009
01 2009 (blank)
Don’t want….
Date Created Date Reviewed
01 2009 01 2010
table). All records have a “Date Created†entry. Not all records have a
“Review Date†entered. I need to create a query that looks at the last
Review Date and if one does not exist THEN look at the Date Created. The
query asks me what “MM YYYY†I want to query records. My issue - I have a
Select Query written and it has 2 lines of criteria one for each field asking
[Enter MM YYYY]. It works well for records that have a Review Date in my
criteria or if there isn’t a Review Date, then it defaults to Date Created.
But, I get records that have the Review Date greater than what I want to
query due to it meeting the Date Created criteria. Any suggestions?
Want the following results….
Date Created Date Reviewed
01 2001 01 2009
01 2009 (blank)
Don’t want….
Date Created Date Reviewed
01 2009 01 2010