I
Ian Chappel
I've wrestled with this one, but can't quite manage it!
I have a tblStatement containing fields StatementID, Date, Description, and
Value. For all records with Description = "NATWEST BANK", there are two
values for each particular date. What I want to do is update the Description
depending on whether the value is the Max or Min value for that particular
date.
I can use criteria with GroupBy and Min/Max in the query grid, but obviously
cannot update the Description field as it is a GroupBy.
I have a tblStatement containing fields StatementID, Date, Description, and
Value. For all records with Description = "NATWEST BANK", there are two
values for each particular date. What I want to do is update the Description
depending on whether the value is the Max or Min value for that particular
date.
I can use criteria with GroupBy and Min/Max in the query grid, but obviously
cannot update the Description field as it is a GroupBy.