使用文本框更新MS访问中的另一个文本框
我正在尝试根据文本框#1中的值更新文本框#2。 文本框#1中的值是从使用“ MID([ScanteCode],1,10)”的字符串中获取的。我尝试了几件事,但是我得到了#Error或#Name。
我正在使用
=(dlookup(“ productName”,“ list”,“ productn =”& [textbox#1]&“”))
请帮助我找到解决方案。
谢谢你, 问候, 罗汉
I am trying to update a textbox#2 based on the value in Textbox#1.
The value in the textbox#1 is taken from from a string using " Mid([ScantheCode],1,10)" from ScantheCode box. I have tried couple of things but I am getting #error or #name.
I am using
=(DLookUp("ProductName","List","ProductN=" & [Textbox#1] & "'"))
Please help me find the solution for it.
Thank you,
regards,
Rohan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
productn可能是 text ,因此请尝试插入丢失的报价:
ProductN is probably text, so try inserting the missing quote: