smuthcrmnl777
Technical User
Code:
Left([sid1],InStr([sid1],'/')-1)
If I place this in a query as the field, this command only looks for data that has the '/'. I need to grab this and all of the rest of the data.
Currently, the results are
11-100 from 11-100/F
I need this and the other result.
11-100 from 11-100/F
11-100 from 11-100
How can I get this? Is there a simple IIF statement I could plug into the field command?