I've spent hours trying to research this before asking a forum. I've read a few books and went through many tutorials. What I'm trying to do is develop a weekly progress report for employees. I get data from 3 different data sources. One reports their usage of their self-reliance tools, one reports customer interactions and one reports the raw data like number of calls and things like that. The report should spit out a summary of the week, month-to-date- 90 day rolling and year-to-date. I've been successful with getting all of this data.
Here's my problem....the customer interactions report won't always have data for that employee for the week. If there isn't any data, their just flat out removed from the report. Is there a way to automatically put a null value here? My current work around is figuring out which employees aren't on the report and then going into the customer interaction report to enter in their employee number and putting a 0 as their interaction score so that field in the report will show 0 and it will allow them to be on the report.
Right now I let Access do all the coding and I use the WYSIWYG to set most of everything up. I've put in some expressions to calculate percentages, but that's about it.
Here's my problem....the customer interactions report won't always have data for that employee for the week. If there isn't any data, their just flat out removed from the report. Is there a way to automatically put a null value here? My current work around is figuring out which employees aren't on the report and then going into the customer interaction report to enter in their employee number and putting a 0 as their interaction score so that field in the report will show 0 and it will allow them to be on the report.
Right now I let Access do all the coding and I use the WYSIWYG to set most of everything up. I've put in some expressions to calculate percentages, but that's about it.