I
Irshad Alam
In my report I have a textbox named: Text110
Controlsource ="Svc " & [Svc/Qtn] & " No.: " & [QtnNo] & [QtnAB]
The result in the preview is like below :
Svc Revised-Estimation No.2010/2356
My requirement is to under line only the portion 2010/2356 only via VBA code.
I may have put the line manually under the text, but the description inside
the text keep changing some time Estimate, some time Revised-Estimate,
therefore the allingment of the line underneath changes. That is the reason
for a code, which will draw a line exactly calculating like from
Right(Text110,9)
Please advice a code to do this and at what event.
Thanking in advance
Regards
Irshad
Controlsource ="Svc " & [Svc/Qtn] & " No.: " & [QtnNo] & [QtnAB]
The result in the preview is like below :
Svc Revised-Estimation No.2010/2356
My requirement is to under line only the portion 2010/2356 only via VBA code.
I may have put the line manually under the text, but the description inside
the text keep changing some time Estimate, some time Revised-Estimate,
therefore the allingment of the line underneath changes. That is the reason
for a code, which will draw a line exactly calculating like from
Right(Text110,9)
Please advice a code to do this and at what event.
Thanking in advance
Regards
Irshad