Thanks Madawc and Synapsevampire,
The SQL query i've got consists of:
SELECT Mid(Actions.Command,InStr(actions.command,"],")+2,100) AS SENSOR, mid(actions.command,8,8) AS SENSORTABLE
FROM Actions
WHERE (((InStr(actions.command,","))>0));
This brings back the Sensor name.
I'm trying to work out the syntax for linking the sensor name to the corresponding Sensor name in the sensor table, and open that table to report the temperature and date fields.
I've posted this on an Access forum also.