Hi all,
I have a DB that has a report that currently counts the number of times a user accesses a certain area of our core system. The report looks like the example below:
Jones 13
Smith 26
Taylor 5
Hawks 1110 (I get these by the following control source of a text file in the report : =Count([tblEMR]![User Name])
I now need a report that will give me any user who has accessed the system 10 or less times in the time frame I select (Monthly) and a report that will show users who have accessed the system more than 1000 times in the defined timeframe (Normally I import a file that I get this data from once a month) I know this is probably simple, can someone help me out? Thanks in advance. Rick
I have a DB that has a report that currently counts the number of times a user accesses a certain area of our core system. The report looks like the example below:
Jones 13
Smith 26
Taylor 5
Hawks 1110 (I get these by the following control source of a text file in the report : =Count([tblEMR]![User Name])
I now need a report that will give me any user who has accessed the system 10 or less times in the time frame I select (Monthly) and a report that will show users who have accessed the system more than 1000 times in the defined timeframe (Normally I import a file that I get this data from once a month) I know this is probably simple, can someone help me out? Thanks in advance. Rick