Hi All,
I have a report that I created that shows the number of employees who have accessed our Meditech EMR module. An example of what the report looks like is: Tom Jones 125
Mickey Mouse 10034
George Bush 10
Bill Clinton 2
I created a text box with the following code attached to get the above totals: =Count([tblEMR]![User Name])
Here is where I am stuck. The user would like to be able to select all employees who have accessed the EMR more than 1000 times or less than 10 times. Can someone help with the criterial to be able to accomplish this? Currently the report will promt the user with a beginning and ending date (Report gets run monthly) I will still need this report to stay intact but I need the help with creating another report that I can select <10 or > 1000 or whatever number they may be interested in(??) Please break it down to a novice level when advising as I keep making attempts to this but keep hitting brick wall..............................Thanks in advance!!!!
I have a report that I created that shows the number of employees who have accessed our Meditech EMR module. An example of what the report looks like is: Tom Jones 125
Mickey Mouse 10034
George Bush 10
Bill Clinton 2
I created a text box with the following code attached to get the above totals: =Count([tblEMR]![User Name])
Here is where I am stuck. The user would like to be able to select all employees who have accessed the EMR more than 1000 times or less than 10 times. Can someone help with the criterial to be able to accomplish this? Currently the report will promt the user with a beginning and ending date (Report gets run monthly) I will still need this report to stay intact but I need the help with creating another report that I can select <10 or > 1000 or whatever number they may be interested in(??) Please break it down to a novice level when advising as I keep making attempts to this but keep hitting brick wall..............................Thanks in advance!!!!