One of the fields in my table stores information like this:
Northern Inbound
Northern Outbound
Northern Customer Relations
West Retention
West National Accounts
Southern Retention
Southern Billing
These are divisions and groups. I want to drop the Northern, West (divisions) and only display Inbound, Outbound, (groups).
In excel I am able to do this using the following function:
=Mid(C2,Find(" ",C2),20)
There does not appear to be a "find" function in Access. Do I need to create a custom function (if so how would I write it) or is there some other way to accomplish this.
Thanks,
/uh
Northern Inbound
Northern Outbound
Northern Customer Relations
West Retention
West National Accounts
Southern Retention
Southern Billing
These are divisions and groups. I want to drop the Northern, West (divisions) and only display Inbound, Outbound, (groups).
In excel I am able to do this using the following function:
=Mid(C2,Find(" ",C2),20)
There does not appear to be a "find" function in Access. Do I need to create a custom function (if so how would I write it) or is there some other way to accomplish this.
Thanks,
/uh