Hello - I am no Access pro, so maybe many of you will get a laugh out of this question. Here goes.
I have a table that's on the "many" side of a "one to many" relationship. So there are multiple records in this table that have 1 company file number.
Key/Company Record #/Item # /Date Due/Date Complete
1/122/A /4-22-09/null
2/122/B/4-1-09/4-2-09/
3/123/C/5-6-09/null
4/123/D/4-2-09/4-1-09/
I need a query that summarizes each company record and telling me whether a certain record # has overdue items or not. I don't need to know which item is overdue. I don't need to know when it was due or complete. I just want to summarize. I want 2 columns in the result: Record # and Yes or No. And I don't want multiple rows for one record #. This is critical.
I want to eventually put this data in a form, but that's a different story.
I am coming close with a cross-tab. But I can't just get that simple 2 column result. Any help would be greatly appreciated.
Thanks!
I have a table that's on the "many" side of a "one to many" relationship. So there are multiple records in this table that have 1 company file number.
Key/Company Record #/Item # /Date Due/Date Complete
1/122/A /4-22-09/null
2/122/B/4-1-09/4-2-09/
3/123/C/5-6-09/null
4/123/D/4-2-09/4-1-09/
I need a query that summarizes each company record and telling me whether a certain record # has overdue items or not. I don't need to know which item is overdue. I don't need to know when it was due or complete. I just want to summarize. I want 2 columns in the result: Record # and Yes or No. And I don't want multiple rows for one record #. This is critical.
I want to eventually put this data in a form, but that's a different story.
I am coming close with a cross-tab. But I can't just get that simple 2 column result. Any help would be greatly appreciated.
Thanks!