I
Ian
Hi guys,
I am making a query that pulls data from several tables. Example tables are
below:
Table 1 (one entry per day):
Date
Batch # (unique ID)
Sample #
Yield
Table 2 (multiple entries per day):
Batch # (linked to Table 1 - multiple lines with this #)
Process Datapoint
The idea is that I'm trying to take an average of all the process data
points for each day and have it show up in a query that shows the following
Query 1
Date
Batch #
Sample #
Yield
Daily average of process data
How do I go about doing this?
TIA
Ian
I am making a query that pulls data from several tables. Example tables are
below:
Table 1 (one entry per day):
Date
Batch # (unique ID)
Sample #
Yield
Table 2 (multiple entries per day):
Batch # (linked to Table 1 - multiple lines with this #)
Process Datapoint
The idea is that I'm trying to take an average of all the process data
points for each day and have it show up in a query that shows the following
Query 1
Date
Batch #
Sample #
Yield
Daily average of process data
How do I go about doing this?
TIA
Ian