Hi everyone. Just need a quick help solution here please.
I have a field: Department
I want to trim out the: "LDRPS: " from the beginning of each record. So right now, they are shown as: LDRPS: Company. I would like it just to be "Company".
I'm having a problem with my InStr function. Am I doing something wrong that it is only returning a number instead of the name?
InStr([Department],"LDRPS: ")
thanks.
I have a field: Department
I want to trim out the: "LDRPS: " from the beginning of each record. So right now, they are shown as: LDRPS: Company. I would like it just to be "Company".
I'm having a problem with my InStr function. Am I doing something wrong that it is only returning a number instead of the name?
InStr([Department],"LDRPS: ")
thanks.