I have a table that reports errors on a router as of a particular time. This reports once a day just before midnight. The problem is, the router reports the cumulative errors since the last time it was rebooted (which clears the errors and starts the error counter at zero). Here is a sample of the data I'm receiving from one of the routers:
Date CRC Errors
10/18/2004 51
10/19/2004 65
10/20/2004 78
10/21/2004 90
Here's how I would like the data to display in a query so I can generate some graphs off of it:
Date CRC Errors
10/18/2004 51
10/19/2004 14
10/20/2004 13
10/21/2004 12
There are 19 routers reporting to this table once a day so I'm trying to do this for many devices. If there is someone who can help, it would be greatly appreciated.
Thanks
Date CRC Errors
10/18/2004 51
10/19/2004 65
10/20/2004 78
10/21/2004 90
Here's how I would like the data to display in a query so I can generate some graphs off of it:
Date CRC Errors
10/18/2004 51
10/19/2004 14
10/20/2004 13
10/21/2004 12
There are 19 routers reporting to this table once a day so I'm trying to do this for many devices. If there is someone who can help, it would be greatly appreciated.
Thanks