I have a text box that displays a projects status, but the status is
displayed as a number and the number means something like " Completed" or "In
Development".
Is there a way that i can have some VB code look and see that if there is an
8, then display "Completed" or if there is a 10 it display "In development"?
Visual Basic is going to be the end of me lol
displayed as a number and the number means something like " Completed" or "In
Development".
Is there a way that i can have some VB code look and see that if there is an
8, then display "Completed" or if there is a 10 it display "In development"?
Visual Basic is going to be the end of me lol
Comment