![]() |
#2
longerth2010-12-01 09:31
|
在本窗体中代码可以这样写if Me.txt1.Value = "123" then
那如果我在窗体2中写代码应该怎样写,可以这样写吗if A.txt1.value="123" then(A为窗体1的名称,txt1为窗体1中一个文本框的名称)
上述语句在运行时出现错误,应该如何改
谢谢