I have a field (ST) in the main form. Pressing TAB from this field puts the focus into a subform.
I want to ensure the state abbreviation is uppercase, so I tried all of the following in the OnLostFocus Event:
UCase (Me.ST)
UCase Me.ST
UCase ("[Me.ST]"
Any ideas why none of these work?
I want to ensure the state abbreviation is uppercase, so I tried all of the following in the OnLostFocus Event:
UCase (Me.ST)
UCase Me.ST
UCase ("[Me.ST]"
Any ideas why none of these work?