Hi All!,
I have a database that's very basic. There is one table that has every field that I need to collect. I have a user form to collect this data. I also have a report that shows the scores recorded. I have a text box that shows the higher of two values in two different fields. (Quiz 1 = 90, Quiz 2 = 80, will display 90). I want another nearby unbound text box to show the word "Exceptional" if this score above a 95, "Successful" if a score is between 85-95, "Partially Successful" if the score is between 80-85, and "Unsuccessful" if the score is 80 or below.
I have gotten this to work with just 95 or above (but it reports the same for all records in the report so its not performing the function on individual records). I haven't figured out how to include the ranges... I have fooled around with some ElseIF formulas but haven't been successful...
Anyone have some advise?
Thanks in advance,
Kim
I have a database that's very basic. There is one table that has every field that I need to collect. I have a user form to collect this data. I also have a report that shows the scores recorded. I have a text box that shows the higher of two values in two different fields. (Quiz 1 = 90, Quiz 2 = 80, will display 90). I want another nearby unbound text box to show the word "Exceptional" if this score above a 95, "Successful" if a score is between 85-95, "Partially Successful" if the score is between 80-85, and "Unsuccessful" if the score is 80 or below.
I have gotten this to work with just 95 or above (but it reports the same for all records in the report so its not performing the function on individual records). I haven't figured out how to include the ranges... I have fooled around with some ElseIF formulas but haven't been successful...
Anyone have some advise?
Thanks in advance,
Kim