I have the following code:
#: Mid([Emergency-Approver],InStr([Emergency-Approver],"EBF-"),5)
Here is my problem. I need the number that is at the end of EBF, sometimes there will be a dash some times a space, i know that I can use RIGHT to remove the first 4 characters, however I do not know...