G
Guest
Hi!
I have a form based in T_Phrases
This form has cboPhrase.
AfterUpdate combo, show us in textbox the choosed phrase.
I would like to be able to choose one world and show it in another textbox.
Ex: "The word choosed"
If string = 1 Then
The
If string 2 = Then
word
If string =3 Then
choosed
If the phrase has only two words?
On Error Resume Next (?)
Thanks in advance
an
I have a form based in T_Phrases
This form has cboPhrase.
AfterUpdate combo, show us in textbox the choosed phrase.
I would like to be able to choose one world and show it in another textbox.
Ex: "The word choosed"
If string = 1 Then
The
If string 2 = Then
word
If string =3 Then
choosed
If the phrase has only two words?
On Error Resume Next (?)
Thanks in advance
an