I have a text box on a report that needs read SB based on whether or not the text of the description text box starts with the character "#". I have tried different combo's of code none of which put anything in the box. Below is an example of what I have tried.
If IMDESC.Text = "[#]*" Then txtSB.Text = “SB”
End If
Any assistance is greatly appreciated.
If IMDESC.Text = "[#]*" Then txtSB.Text = “SB”
End If
Any assistance is greatly appreciated.