我想使用 Access 中的 vba 将文本框中的字符串拆分为许多文本框,每个文本框包含一个单词
所以我们可以说文本框名称text1,它包含一个字符串,例如hello I'm asking a question
text1
hello I'm asking a question
我想将该字符串拆分为文本框,所以它就像
text2 = hello text3 = I'm text4 = asking ...etc
有简单的方法吗?
ms-access vba split
ms-access ×1
split ×1
vba ×1