Hello,
Can someone help me about this:
on my Table1
Type - Short Text
here i put for example text -> SG(C434)
So what i want to do now.
So my textbox (text44) is data control bounded to my table to read information.
If I use textbox.text = someresult will not work I guest.
In reports when i select my select and in textbox to display it like this -> SG (C434) , because i want the text after SG to goes down under the SG.
For find text i readed and used this:
If InStr(UCase(Text44.Text), "SG") Then
'my work here
End if
Any ideas how can I make it,
Thanks in advance.