R
Robin S.
I want to put HTML bold (<b></b>) tags around certain words and
headings in a text box in an Access form. I thought a good way to make
this process faster would be to use a command button which would take
selected text within a text box and place the tags at the beginning
and end of the string.
Apparently the .SelText and smiliar properties are only available if a
control has focus. The problem is that setting focus (.Setfocus) to a
textbox which as some text selected ends up selecting ALL the text in
the control! Doh!
Anyone know how to do this?
Thanks for any help and suggestions!
Regards,
Robin
headings in a text box in an Access form. I thought a good way to make
this process faster would be to use a command button which would take
selected text within a text box and place the tags at the beginning
and end of the string.
Apparently the .SelText and smiliar properties are only available if a
control has focus. The problem is that setting focus (.Setfocus) to a
textbox which as some text selected ends up selecting ALL the text in
the control! Doh!
Anyone know how to do this?
Thanks for any help and suggestions!
Regards,
Robin