I've designed a Database involving quality assurance for our call center. I've created one report which lists the dispatchers names, and monitoring pass/fail categories. The source data for this is a table called Monitoring.tbl
I've created another report named Dispatchers which lists the current dispatchers in the database. This report looks up the names in Dispatchers.tbl
But I'd like to include a column in the Dispatcher report on the most recent date that each Dispatcher was monitored which is in Monitoring.tbl
I've tried to run the Dispatcher report from a query which includes First and Last Name from Dispatcher.tbl and most Recent Date of each record from Monitoring.tbl (with Total order by Max) but this doesn't bring up any dates at all in the report.
Can I use VB in this, or does this have to go thru a query?
I've created another report named Dispatchers which lists the current dispatchers in the database. This report looks up the names in Dispatchers.tbl
But I'd like to include a column in the Dispatcher report on the most recent date that each Dispatcher was monitored which is in Monitoring.tbl
I've tried to run the Dispatcher report from a query which includes First and Last Name from Dispatcher.tbl and most Recent Date of each record from Monitoring.tbl (with Total order by Max) but this doesn't bring up any dates at all in the report.
Can I use VB in this, or does this have to go thru a query?