C
CommanderTed
I have a FORM with a TEXTBOX defined. This TEXTBOX has had it
Style/Format/Font set to ALL CAPS.
Typing within this field does "display" all CAPS.
The TEXTBOX is used within a Db Result to select only certain record
("like"). Within this Db, all data is UPPERCASE.
Holding the SHIFT key during keying (into the TEXTBOX) DOES pass th
correct UPPERCASE entry to DB Result and it works just fine
However...
Problem: Characters keyed without the SHIFT key, although displayed a
CAPS, is passed to the Db Result as "lower case" resulting in n
match.
Yes, I do know that I can turn on Validate/Data Value to provide a
error message, but that seems to be a bandaid approach.
Have I missed something? Is there a reason why what is DISPLAYED is no
passed?
Thanks
Style/Format/Font set to ALL CAPS.
Typing within this field does "display" all CAPS.
The TEXTBOX is used within a Db Result to select only certain record
("like"). Within this Db, all data is UPPERCASE.
Holding the SHIFT key during keying (into the TEXTBOX) DOES pass th
correct UPPERCASE entry to DB Result and it works just fine
However...
Problem: Characters keyed without the SHIFT key, although displayed a
CAPS, is passed to the Db Result as "lower case" resulting in n
match.
Yes, I do know that I can turn on Validate/Data Value to provide a
error message, but that seems to be a bandaid approach.
Have I missed something? Is there a reason why what is DISPLAYED is no
passed?
Thanks