I have an import table, set up like this:
[tt]Device--Location--Date--Flow--Temperature
-----------------------------------------[/tt]
The data from this table gets appended to another table, called RunData, so we can display the historical data from an Instrument as a line graph in Excel.
I need to separate the Flow and Temperature into two separate records in "RunData". The InstrumentID would be, essentially, "Flow" or "Temperature". A device can report more than one value so that's how I'm separating them. The RunData table is set up like this:
[tt]RunDataID--TimeStamp--InstrumentID--FieldValue
----------------------------------------------[/tt]
Is there a way to do this with a query?
Thanks!!
Matt
[tt]Device--Location--Date--Flow--Temperature
-----------------------------------------[/tt]
The data from this table gets appended to another table, called RunData, so we can display the historical data from an Instrument as a line graph in Excel.
I need to separate the Flow and Temperature into two separate records in "RunData". The InstrumentID would be, essentially, "Flow" or "Temperature". A device can report more than one value so that's how I'm separating them. The RunData table is set up like this:
[tt]RunDataID--TimeStamp--InstrumentID--FieldValue
----------------------------------------------[/tt]
Is there a way to do this with a query?
Thanks!!
Matt