R
RMires
I am trying to create a Query using two groups of data, one constant the
other static. For example, the first group are data on storage tanks ie. max
volume. There is one table for each tank so there is only on record per
table. The second group are daily information ie. actual volume. I want the
query to perform calclulations using both sets of data, for instance the room
available in a tank. Since the first group is a constant table and the other
has one record per day, I believe I am having trouble with the relationships.
other static. For example, the first group are data on storage tanks ie. max
volume. There is one table for each tank so there is only on record per
table. The second group are daily information ie. actual volume. I want the
query to perform calclulations using both sets of data, for instance the room
available in a tank. Since the first group is a constant table and the other
has one record per day, I believe I am having trouble with the relationships.