W
Warwick Hunt
I need to seach a text string for a specific combination of characters, then
depending upon the result I need to set the value of a different textbox to
something.
EG
If me!TextBox like LH then
Me!TextBox2 = Left
end if
TIA
Dave
depending upon the result I need to set the value of a different textbox to
something.
EG
If me!TextBox like LH then
Me!TextBox2 = Left
end if
TIA
Dave