M
M.T.
Hello,
I have the following 3 fields in an Access 2 query
Under: ([Nett1]-[CCR1])
Sort Ascending
Criteria < 0
CCR1: DLookUp("Venues.CCR","Venues","VenueID=" & 4)
Nett1
File: Players
Criteria > 0
defined as Integer
I wanted to calculate their nett score for day 1 (nett1) minus the course
rating (ccr1)
The values for "under" range from -9 to any number over zero.
Despite using the criteria for "under" being any value under zero, I am
getting players all players from -9 to -1 correctly, but the query gives
the players with 0, 1 and 2.
I want to ignore any "values" of zero or greater.
Thanking you,
Margaret
I have the following 3 fields in an Access 2 query
Under: ([Nett1]-[CCR1])
Sort Ascending
Criteria < 0
CCR1: DLookUp("Venues.CCR","Venues","VenueID=" & 4)
Nett1
File: Players
Criteria > 0
defined as Integer
I wanted to calculate their nett score for day 1 (nett1) minus the course
rating (ccr1)
The values for "under" range from -9 to any number over zero.
Despite using the criteria for "under" being any value under zero, I am
getting players all players from -9 to -1 correctly, but the query gives
the players with 0, 1 and 2.
I want to ignore any "values" of zero or greater.
Thanking you,
Margaret