G
Guest
Hello,
I'm trying to test data that the user selected from a combo box that has
text. For example, if the selection has at the suffix "full" then I want
the text of the selection without the suffix "full". Not all selections have
the suffix "full". The problem is that each selection on the combo box list
is not consistent in the length of characters.
It's like wanting the first part of the text minus the "full" text. Is
there any built-in functions for this? The Left() function requires a
constant length.
Any pointers to this will greatly help. Thank you.
I'm trying to test data that the user selected from a combo box that has
text. For example, if the selection has at the suffix "full" then I want
the text of the selection without the suffix "full". Not all selections have
the suffix "full". The problem is that each selection on the combo box list
is not consistent in the length of characters.
It's like wanting the first part of the text minus the "full" text. Is
there any built-in functions for this? The Left() function requires a
constant length.
Any pointers to this will greatly help. Thank you.