S
staffrmj
I have a relatively simple database that records disciplinary details
of our football (soccer) club. When players pick up red / yellow cards
in a match they can be banned for a period of time. The StartofBan
field is a calculated field - 1 day added to the DateofMatch field.
The EndofBan field is calculated by adding the LengthofBan field to
the StartofBan field. I have used a query to calculate this data. THis
all work well when entering data into the appropriate form.
I need to run a query to find all ineligible players for forthcoming
matches i.e. players for whom EndofBan> a particular date. However
when I try this it doesn't work.
Is it possible to search calculated fields such as this using a query?
I'm afraid I'm not great with SQL. Any help greatly appreciated.
of our football (soccer) club. When players pick up red / yellow cards
in a match they can be banned for a period of time. The StartofBan
field is a calculated field - 1 day added to the DateofMatch field.
The EndofBan field is calculated by adding the LengthofBan field to
the StartofBan field. I have used a query to calculate this data. THis
all work well when entering data into the appropriate form.
I need to run a query to find all ineligible players for forthcoming
matches i.e. players for whom EndofBan> a particular date. However
when I try this it doesn't work.
Is it possible to search calculated fields such as this using a query?
I'm afraid I'm not great with SQL. Any help greatly appreciated.