E
Erin
I have a query, qryTally, that tallies how many tardies that an employee has.
What I need to do now is create another query using qryTally that would give
me the following information:
if Tardies = 4, "Verbal Warning"
if Tardies = 8, "1st Written Warning"
if Tardies = 11, "2nd Written Warning"
if Tardies = 15, "Termination"
if Tardies = any other number of null, ""
How the heck do I do that???
Thanks!!!
What I need to do now is create another query using qryTally that would give
me the following information:
if Tardies = 4, "Verbal Warning"
if Tardies = 8, "1st Written Warning"
if Tardies = 11, "2nd Written Warning"
if Tardies = 15, "Termination"
if Tardies = any other number of null, ""
How the heck do I do that???
Thanks!!!