G
Guest
I can't figure out the logic behind what I'm trying to do.
I have a db that I use to log our Salesmen's Activity Summary Reports (a
summary of what they did the past week.) The data is logged in the db based
on category totals (e.g. total mileage, total new accouts, etc.) This
information in entered by salesman and by week end date (always a saturday.)
I need a report that tells me if and when a salesmen forgot or simply did
not submit their report. For example: salesman x did not submit a report last
week (week end 5-19-07).
The database only stores information that I enter. If salesman x didn't
submit a report last week, he simply would not have anything in for the 19th
(nothing about the 19th would exist in the db so I can't pull based on a null
value.)
I know this is tough to do without seeing the db, but if you have any ideas
- you'd help me out significantly.
Thx in advance,
Jason
I have a db that I use to log our Salesmen's Activity Summary Reports (a
summary of what they did the past week.) The data is logged in the db based
on category totals (e.g. total mileage, total new accouts, etc.) This
information in entered by salesman and by week end date (always a saturday.)
I need a report that tells me if and when a salesmen forgot or simply did
not submit their report. For example: salesman x did not submit a report last
week (week end 5-19-07).
The database only stores information that I enter. If salesman x didn't
submit a report last week, he simply would not have anything in for the 19th
(nothing about the 19th would exist in the db so I can't pull based on a null
value.)
I know this is tough to do without seeing the db, but if you have any ideas
- you'd help me out significantly.
Thx in advance,
Jason