E
Evelyn Ballantyne
I have a text box on the form giving the year of the next
anniversary
i would like to add st, nd, rd,th, when its 1st, 2nd 3rd
and 4th. I can get this with 1 2 3 and 4 but how can i
say only use the last digit when it reaches 21, 101 etc?
this is the code i am using in the text box on the form
=IIf([Text92]=1,"st",IIf([Text92]=2,"nd",IIf([Text92]
=3,"rd"," ")))
the form's source is a query
thank you in anticipation***
anniversary
i would like to add st, nd, rd,th, when its 1st, 2nd 3rd
and 4th. I can get this with 1 2 3 and 4 but how can i
say only use the last digit when it reaches 21, 101 etc?
this is the code i am using in the text box on the form
=IIf([Text92]=1,"st",IIf([Text92]=2,"nd",IIf([Text92]
=3,"rd"," ")))
the form's source is a query
thank you in anticipation***