J
Jim L.
I am working on a report based on a query containing the following fields;
DelDate-Shows dates of all deliveries
1ChGV-gross volume delivered to Tank 1
2ChGV-gross volume delivered to Tank 2
1ChNV-net volume delivered to Tank 1
2ChNV-net volume delivered to Tank 2
1Oct-Octane reading for Tank 1
2Oct-Octane reading for Tank 2
(This goes on the same for 11 tanks)
The table is set up so each delivery date is 1 record. One record may have
a delivery to just Tank 1, just Tank 2 or many tanks.
What I would like to display on the report is the most recent delivery date
for each tank.
Here is my basic idea, but I'm not sure of the proper "grammer" to place in
the text boxes to make it work;
Display the most recent [DelDate] where [1ChGV] is not null.
I would then do the same in a text box for each tank. I'm sure this should
be easy, but there are too many variables in it for me to figure out.
Thanks for any help
DelDate-Shows dates of all deliveries
1ChGV-gross volume delivered to Tank 1
2ChGV-gross volume delivered to Tank 2
1ChNV-net volume delivered to Tank 1
2ChNV-net volume delivered to Tank 2
1Oct-Octane reading for Tank 1
2Oct-Octane reading for Tank 2
(This goes on the same for 11 tanks)
The table is set up so each delivery date is 1 record. One record may have
a delivery to just Tank 1, just Tank 2 or many tanks.
What I would like to display on the report is the most recent delivery date
for each tank.
Here is my basic idea, but I'm not sure of the proper "grammer" to place in
the text boxes to make it work;
Display the most recent [DelDate] where [1ChGV] is not null.
I would then do the same in a text box for each tank. I'm sure this should
be easy, but there are too many variables in it for me to figure out.
Thanks for any help