The following example uses the Mid function to return a specified number of characters from the Subject field with the value "Marketing Strategy".
Function | Returns |
---|---|
Mid ([Subject], 1, 3) |
Mar |
Mid ([Subject], 11, 8) |
Strategy |
Mid ([Subject], 5) |
eting Strategy |