carlton123
Registered User.
- Local time
- Today, 09:12
- Joined
- Mar 18, 2011
- Messages
- 48
I have a Query that returns it only shows Velocity when PB = true
Pos is an expression:
Pos: DCount("[Velocity]","
","[Velocity]<=" & [Velocity])
Velocity Pos
100 1
130 4
150 6
From a Table Velocity
Velocity PB
100 true
110
120
130 true
140
150 true
160
I want to use Dcount or something else to show
Velocity Pos
100 1
130 2
150 3
TIA any help would be hugely appreciated
Pos is an expression:
Pos: DCount("[Velocity]","
Velocity Pos
100 1
130 4
150 6
From a Table Velocity
Velocity PB
100 true
110
120
130 true
140
150 true
160
I want to use Dcount or something else to show
Velocity Pos
100 1
130 2
150 3
TIA any help would be hugely appreciated