- Joined
- Mar 4, 2014
- Messages
- 2
- Reaction score
- 0
Hi, Unable to figure out how to clean left string from the 1st space.
Example:
005 Suzuki Forenza would result in
Suzuki Forenza
I am able to display the left value I want to delete with below but can't figure out how to clean up to have the remaining.
Left([posting],InStr(1,[posting]," ")-1)
Thanks to the MSAccess VBA gurus.
Example:
005 Suzuki Forenza would result in
Suzuki Forenza
I am able to display the left value I want to delete with below but can't figure out how to clean up to have the remaining.
Left([posting],InStr(1,[posting]," ")-1)
Thanks to the MSAccess VBA gurus.