M
Malcolm Potter
I have a query based upon two tables which contains, among others, two
number fields (LastYearsMatches and ThisYearsMatches). I would like to add a
calculated field named 'Qualified?' to this query such that this field
contains one of three text strings, dependant upon the values in the two
number fields as follows:
If both of the fields contain numbers which are >= 17, then the calculated
field should show "Yes".
If the LastYearsMatches field contains a number >= 17 and the
ThisYearsMatches field contains a number < 17, then the calculated field
should show "Not Yet".
If the LastYearsMatches field contains a number < 17, then the calculated
field should show "Can Not".
Do I need something like a three level 'If --- Else If' arrangement within a
For Next Loop of some description and if not, what?
All suggestions gratefully received. I am a comparative newbie to Access and
am running Access 2002.
Regards and the compliments of the season.
Malcolm
number fields (LastYearsMatches and ThisYearsMatches). I would like to add a
calculated field named 'Qualified?' to this query such that this field
contains one of three text strings, dependant upon the values in the two
number fields as follows:
If both of the fields contain numbers which are >= 17, then the calculated
field should show "Yes".
If the LastYearsMatches field contains a number >= 17 and the
ThisYearsMatches field contains a number < 17, then the calculated field
should show "Not Yet".
If the LastYearsMatches field contains a number < 17, then the calculated
field should show "Can Not".
Do I need something like a three level 'If --- Else If' arrangement within a
For Next Loop of some description and if not, what?
All suggestions gratefully received. I am a comparative newbie to Access and
am running Access 2002.
Regards and the compliments of the season.
Malcolm