R
Robert F.
I’m building a database to track my golf statistics. I have a table with the
following records:
Name
Date
Course
Hole
Tees
Fairway in Reg (checkbox YES/NO)
Green in Reg (checkbox YES/NO)
Strokes
Number of Putts
I’m trying to run a query that gives me the percentage of Fairways (and
Greens) in regulation. Example, if I checked 9 out of 18 of the “Fairway in
Reg†checkboxes the query would return 50%. I cannot figure out how to run a
calculation on YES/NO information. Any ideas?
following records:
Name
Date
Course
Hole
Tees
Fairway in Reg (checkbox YES/NO)
Green in Reg (checkbox YES/NO)
Strokes
Number of Putts
I’m trying to run a query that gives me the percentage of Fairways (and
Greens) in regulation. Example, if I checked 9 out of 18 of the “Fairway in
Reg†checkboxes the query would return 50%. I cannot figure out how to run a
calculation on YES/NO information. Any ideas?