My question was to see if the following is true:
Broker: Number (ie25)
Broker / Marketer: Broker Num followed by '/' followed by Marketer Num ie(25/14)
IF that is the case then:
IIf(InStr([Field where above data is stored],"/") >0, "Marketer exists", "No / so therefore only broker exists")
HTH