Hi
I have a string which contains a value as can be seen below. The problem occurs when different length of "strType" is enter and thus messes up my alignment of "strDesc"!
Code ==========================================================
strString = "" & strType & " (" & strDesc & ""
==========================================================
So strString displays the following:
Type (PK12321)
Typedddddd (PK12321)
Typeddd (PK12321)
HOW COULD I KEEP THE TEXT IN THE BACKETS LEVEL?? Is it possible to add a tab???
Thankx,
Jonathan
I have a string which contains a value as can be seen below. The problem occurs when different length of "strType" is enter and thus messes up my alignment of "strDesc"!
Code ==========================================================
strString = "" & strType & " (" & strDesc & ""
==========================================================
So strString displays the following:
Type (PK12321)
Typedddddd (PK12321)
Typeddd (PK12321)
HOW COULD I KEEP THE TEXT IN THE BACKETS LEVEL?? Is it possible to add a tab???
Thankx,
Jonathan