E
efandango
I want to be able to set a text box value to a Msoft Windings front (which is
an Arrow symbol). The code for the symbol in the MSoft Character Map utilty
is 0xE9. How can I implement this character code in my code sample below, so
that instead of txt_Direction_box = Up, it becomes txt_Direction_box = 'Arrow
Symbol'
If Me.txt_Answer = North) Then
txt_Direction_box = Up
End
an Arrow symbol). The code for the symbol in the MSoft Character Map utilty
is 0xE9. How can I implement this character code in my code sample below, so
that instead of txt_Direction_box = Up, it becomes txt_Direction_box = 'Arrow
Symbol'
If Me.txt_Answer = North) Then
txt_Direction_box = Up
End