问题:如何自动将一个文本框中的字符全部转换为大/小写 回答:你可以使用控件的Input Masks(掩码)来控制它全为大/小写 或者你可使用Ucase和Lcase函数 例如: '******************* Code Start **************** Sub someControl_AfterUpdate() Me!someControl = Ucase(me!SomeControl) '大写 ' OR 小写 ' me!SomeControl = Lcase(me!SomeControl) End Sub '******************* Code End **************** |
|站长邮箱|小黑屋|手机版|Office中国/Access中国
( 粤ICP备10043721号-1 )
GMT+8, 2025-4-4 05:12 , Processed in 0.091119 second(s), 16 queries .
Powered by Discuz! X3.3
© 2001-2017 Comsenz Inc.