D
Davie3035
Access 2003 - I have a table of report data with twelve columns . The first
column called 'ID' is the table autonumber column. The column of interest
(Col2) is called 'StationNumber' which contains data between numbers 1 and 4.
For the example assume Col1 is 'ID', Col2 is 'StationNumber', Col3 is
'Quantity'. The data in order of time created is:
109, 1, 203.6
108, 1, 203.4
107, 1, 203.9
106, 3, 178.5
105, 3, 178.3
How can I query the 'Last' row to be added from 'StationNumber' 3?
The single row I'm looking for in this case is Row 4 with Quantity of 178.5
but I can't seem to get the correct query to return this.
Anybody help? Thanks.
column called 'ID' is the table autonumber column. The column of interest
(Col2) is called 'StationNumber' which contains data between numbers 1 and 4.
For the example assume Col1 is 'ID', Col2 is 'StationNumber', Col3 is
'Quantity'. The data in order of time created is:
109, 1, 203.6
108, 1, 203.4
107, 1, 203.9
106, 3, 178.5
105, 3, 178.3
How can I query the 'Last' row to be added from 'StationNumber' 3?
The single row I'm looking for in this case is Row 4 with Quantity of 178.5
but I can't seem to get the correct query to return this.
Anybody help? Thanks.