Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 Visual Basic 应用程序中,我必须将列中包含的值替换为另一个值。使用ADODB我得到那个错误:“未定义的函数替换”我在我的VB6应用程序中使用MS-ACCESS数据库。 有什么办法吗?
似乎这样的事情可能适合:
IIf(Right([item],1)=".",[item],[item] & ".") = 'FOODS A/C.'