labanTek
Instructor
- Dec 3, 2004
- 37
Hi I need some help with this, I have a textbox that displays information from a table. This event is triggered by a combobox. I would like to be able to bold all the text in the textbox that is formatted in uppercase only. The information coming from the table has a mixture or normal and uppercase letters. Here is part of my code:
The name of my ADODB recordset is rstUser.
Thanks in advance.
If cboMenuOption1.Value = rstUser.Fields
"StepHeading").Value Then
txtMajorStep.Value = rstUser.Fields("MajorStep").Value
End If
The name of my ADODB recordset is rstUser.
Thanks in advance.
If cboMenuOption1.Value = rstUser.Fields
"StepHeading").Value Then
txtMajorStep.Value = rstUser.Fields("MajorStep").Value
End If