I am trying to find the max value of a non-standard field (ex. XAT-00000006719), however it doesn't seem to be cooperating. This is what I've got.
VRF APR
VRF-00000151740 XAT-00000006719
VRF-00000153895 XAT-00000006617
VRF-00000153895 XAT-00000007002
VRF-00000154380 XAT-00000006721
VRF-00000154380 XAT-00000007048
VRF-00000154554 XAT-00000000285
Row APR is what I'm trying to find the max value of, per VRF. So in this example I need to end with this.
VRF APR
VRF-00000151740 XAT-00000006719
VRF-00000153895 XAT-00000007002
VRF-00000154380 XAT-00000007048
VRF-00000154554 XAT-00000000285
Plus containing the additional information along the line. How can I do this in a Select Query. I've tried DMax([APR],Late App TEST, [VRF]) as described in Access help and it's not working.
Any suggestions on how this formula should work would be helpful.
VRF APR
VRF-00000151740 XAT-00000006719
VRF-00000153895 XAT-00000006617
VRF-00000153895 XAT-00000007002
VRF-00000154380 XAT-00000006721
VRF-00000154380 XAT-00000007048
VRF-00000154554 XAT-00000000285
Row APR is what I'm trying to find the max value of, per VRF. So in this example I need to end with this.
VRF APR
VRF-00000151740 XAT-00000006719
VRF-00000153895 XAT-00000007002
VRF-00000154380 XAT-00000007048
VRF-00000154554 XAT-00000000285
Plus containing the additional information along the line. How can I do this in a Select Query. I've tried DMax([APR],Late App TEST, [VRF]) as described in Access help and it's not working.
Any suggestions on how this formula should work would be helpful.