Hi everyone,
for complex reasons I am using Access 2000 for this little project.
I have a query which basically returns a time log of engine data,
LogTime...........PID_description.......... ECU_value
07.28.46...... Engine coolant temp ............65
07.28.47 ..... Engine coolant temp ............65
Ideally I want to be able to export this data to excel, with PID_discription hidden and "Engine coolant temp" as the header for the "ECU_value" header.
The end result I have in my head is something like this:
LogTime ....Engine coolant temp
07.28.46................. 65
07.28.47 ................ 65
I also need to be able to add up to around 100 other values to the query from other PID descriptors.
At the moment I have a table with each PID ID number with its description which is linked to the table of data from the log file so that a description can be linked to the PID numbers in the log.
Hopefully it is understandable what I am after!