A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

String Minipulation



 
 
Thread Tools Display Modes
  #1  
Old August 23rd, 2005, 08:12 PM
-MK-
external usenet poster
 
Posts: n/a
Default String Minipulation

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-
  #2  
Old August 23rd, 2005, 08:25 PM
Ofer
external usenet poster
 
Posts: n/a
Default

As much as I know you can't make just a part of a text box bold, the text box
format apply to all of the text in it.

Also, I wonder if your prev post about the "Recordset .Find" was fixed.

"-MK-" wrote:

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-

  #3  
Old August 23rd, 2005, 08:27 PM
fredg
external usenet poster
 
Posts: n/a
Default

On Tue, 23 Aug 2005 12:12:03 -0700, -MK- wrote:

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-


Not using Access as shipped.

You can download and install a RichTextFormat control
See the RichText available for free at:
http://www.lebans.com

Also see his MixedBold report for another work around you might be
able to use.
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
  #4  
Old August 23rd, 2005, 08:37 PM
-MK-
external usenet poster
 
Posts: n/a
Default

hmmm.. too bad.

Thanks again Ofer.

and yeah, i got the .Find to work - my way and yours, both worked.


Cheers
-MK-

"Ofer" wrote:

As much as I know you can't make just a part of a text box bold, the text box
format apply to all of the text in it.

Also, I wonder if your prev post about the "Recordset .Find" was fixed.

"-MK-" wrote:

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-

  #5  
Old August 23rd, 2005, 08:38 PM
-MK-
external usenet poster
 
Posts: n/a
Default

Hmm....okay.

thats kind of disappointing, oh well.

Thanks.
-MK-

"fredg" wrote:

On Tue, 23 Aug 2005 12:12:03 -0700, -MK- wrote:

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-


Not using Access as shipped.

You can download and install a RichTextFormat control
See the RichText available for free at:
http://www.lebans.com

Also see his MixedBold report for another work around you might be
able to use.
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Attaching Code DS General Discussion 2 August 22nd, 2005 11:21 PM
OLE Object- the real question Michelle Using Forms 18 February 28th, 2005 05:04 AM
Having trouble with multi-select list box in Access brandelfly New Users 4 February 10th, 2005 08:36 PM
What if the back-end "moves"? John S. Ford, MD General Discussion 13 November 15th, 2004 10:33 PM
Importing from a text file filnigeria General Discussion 3 July 8th, 2004 03:28 AM


All times are GMT +1. The time now is 02:16 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.