jenntheblond
Registered User.
- Local time
- Today, 23:53
- Joined
- May 9, 2001
- Messages
- 15
Does anyone know any way to say, bold only one word of a text or memo field? I currently have a report which makes paragraphs from combining multiple text fields, and I need to make one part of it bold. Is there a way to do this in VB?
If not, I have another option. The part I needed bolded is a field on its own ([date due]). If i could find a way to format the paragraph so that the [date due] field was separate from the other fields, I could just bold the field itself. The paragraph field looks something like: =[line4] & " " & [date due] & " " & [line5], where the only part I need bolded is the [date due] portion.
Any ideas?
If not, I have another option. The part I needed bolded is a field on its own ([date due]). If i could find a way to format the paragraph so that the [date due] field was separate from the other fields, I could just bold the field itself. The paragraph field looks something like: =[line4] & " " & [date due] & " " & [line5], where the only part I need bolded is the [date due] portion.
Any ideas?