I have several pieces of equipment that log real time data to a common Access database. Each equipment logs as many as 6 times per minute. I would like to create a query that captures the equipment ID, the rate, and only one sample per minute and ignore the remaining samples that exist in that same minute. I use the queried data in excel and I don’t need the accuracy to the second, just to the minute.
I suspect that a VB query needs to be created however my programming skills are not up to the task.
The fields in the dbm are
ARCHIVETIME – Date/Time - SORT Accending
ED – Number - Long Integer
RATE– Number – Double
I attached a snippet of the database if anyone wants to help
Thanks
Russ
I suspect that a VB query needs to be created however my programming skills are not up to the task.
The fields in the dbm are
ARCHIVETIME – Date/Time - SORT Accending
ED – Number - Long Integer
RATE– Number – Double
I attached a snippet of the database if anyone wants to help
Thanks
Russ