应该:
Dim tb1 As WinForm.TextBox
Dim tb2 As WinForm.TextBox
Dim tb3 As WinForm.TextBox
tb1 = Forms("客户需求审核窗口").Controls("TextBox22")
tb2 = Forms("客户需求审核窗口").Controls("TextBox23")
tb3 = Forms("客户需求审核窗口").Controls("TextBox24")
With Tables("客户需求审核窗口_table2")
Is .Current IsNot Nothing Then
tb1.text = .Current("更新内容")
tb2.text = .Current("更新原因")
tb3.text = .Current("备注")
End With
理由看看这里的最后的注意事项:
http://www.foxtable.com/help/topics/0641.htm