M
-MK-
Hi there,
was wondering if anyone could point me in the right direction here.
I have a string, but only need a certain part of it "bolded"
heres what i have:
txtCom_In.Text = txtCom_In.Text & vbCrLf & rsMyRS.Fields!DATE & " " &
rsMyRS!Comment & " //" & rsMyRS.Fields!USER
I need the rsMyRS.Fields!DATE to be bolded, and then the rest can be normal
text.
is this possible?
Thanks.
-MK-
was wondering if anyone could point me in the right direction here.
I have a string, but only need a certain part of it "bolded"
heres what i have:
txtCom_In.Text = txtCom_In.Text & vbCrLf & rsMyRS.Fields!DATE & " " &
rsMyRS!Comment & " //" & rsMyRS.Fields!USER
I need the rsMyRS.Fields!DATE to be bolded, and then the rest can be normal
text.
is this possible?
Thanks.
-MK-