imtheodore
Registered User.
- Local time
- Today, 02:15
- Joined
- Jan 20, 2007
- Messages
- 74
If I have a value in a table of:
Smith - 8 - 2323 - b3234
Is it possible for me to display the "8" in a separate part of the form
I cannot use the "Right" or "Mid" function since the "8" could be "10" or "7-5" etc.. It is not a fixed length. Is it possible to look for a delimiter to display a value on a form? (I can use the "-" or add any delimiter I need)
I will be listing the entire value in one field "fielda"
But I want to list the "8" separately in another field "Fieldb"
And again I cannot use =mid([fielda],15,1) since the value is not a fixed length.
Thanks,
Dave
Smith - 8 - 2323 - b3234
Is it possible for me to display the "8" in a separate part of the form
I cannot use the "Right" or "Mid" function since the "8" could be "10" or "7-5" etc.. It is not a fixed length. Is it possible to look for a delimiter to display a value on a form? (I can use the "-" or add any delimiter I need)
I will be listing the entire value in one field "fielda"
But I want to list the "8" separately in another field "Fieldb"
And again I cannot use =mid([fielda],15,1) since the value is not a fixed length.
Thanks,
Dave