Office中国论坛/Access中国论坛
标题:
谁知道使用replace函数吗
[打印本页]
作者:
chengweibing
时间:
2003-3-10 02:52
标题:
谁知道使用replace函数吗
有没有办法用replace函数实现下面这个功能呢:
当我在书名字段中输入一些字符后,会自动将以下符号转换为相应符号呢?
输入“”——转换为""
输入。——转换为.
输入\——转换为
能否麻烦举个例子呢,我的目的主要是防止查询时因符号问题而使查询不精确,请大家帮忙[em06][em06][em06][em06][em06][em06][em06][em06][em16][em16][em16]
作者:
Roadbeg
时间:
2003-3-10 03:10
replace(str,"“",chr(34))
replace(str,"”",chr(34))
replace(str,"。",".")
replace(str,"\","")
作者:
chengweibing
时间:
2003-3-10 06:30
谢谢大侠,成功了
欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/)
Powered by Discuz! X3.3