G
Guest
On a MS Access form, I would like to display user entered text on a label
control.
However, the character "&" supplied by the user does not get displayed on
the label control, instead, an underline character "_" is displayed. Any
ideas?
For example, I have tested with an user entered string and display it on a
label control.
''''''''''''''''''''''''''''''
Me.lblTZ_Name.Caption = "Task Name: " & "abc & xyz"
''''''''''''''''''''''''''''''
However, the Form displays "Task Name: abc_xyz"
control.
However, the character "&" supplied by the user does not get displayed on
the label control, instead, an underline character "_" is displayed. Any
ideas?
For example, I have tested with an user entered string and display it on a
label control.
''''''''''''''''''''''''''''''
Me.lblTZ_Name.Caption = "Task Name: " & "abc & xyz"
''''''''''''''''''''''''''''''
However, the Form displays "Task Name: abc_xyz"