S
Susan
Hello,
I have an instrument that records the amount of oxygen delivered to
individual cells (which I have 24 of). The instrument creates a txt file for
each cell thus there are 24 files for each run (a run can last several
months). A new row of data is appended to the txt file every half hour with
the new data.
Each file is named after the cell and contains the column header in the
first row. Then each row is the data. Headings include, Hour, mL of O2, mL
kg-1, etc
I have linked the txt files in a database, each as a new table allowing the
database to remain up to date when the instrument appends each new row of
data.
I have also created a table with all the details in it including - cell
name, treatment, start time etc
I need to be able to create a query that extracts the hr and mL from each
table, relates it to the table name (cell name)...and be able to graph time
vrs oxygen delivered.
My problem is that all 24 tables contain the exact same column headings.
The table name is the only real difference.
Is there away around this?
Thanks
Susan
I have an instrument that records the amount of oxygen delivered to
individual cells (which I have 24 of). The instrument creates a txt file for
each cell thus there are 24 files for each run (a run can last several
months). A new row of data is appended to the txt file every half hour with
the new data.
Each file is named after the cell and contains the column header in the
first row. Then each row is the data. Headings include, Hour, mL of O2, mL
kg-1, etc
I have linked the txt files in a database, each as a new table allowing the
database to remain up to date when the instrument appends each new row of
data.
I have also created a table with all the details in it including - cell
name, treatment, start time etc
I need to be able to create a query that extracts the hr and mL from each
table, relates it to the table name (cell name)...and be able to graph time
vrs oxygen delivered.
My problem is that all 24 tables contain the exact same column headings.
The table name is the only real difference.
Is there away around this?
Thanks
Susan