Private Sub Text40_AfterUpdate()
Me.Text15.Value = Me.Text40.Value
End Sub
Private Sub Text42_AfterUpdate()
If Not (IsNull(Me.Text42)) Then
Me.Text15.Value = Me.Text42.Value
Else
Me.Text15.Value = Me.Text40.Value
End If
End Sub作者: hrct 时间: 2009-3-3 09:38
谢谢!我试了,也看了你传回来的附件,还是不行。作者: hrct 时间: 2009-3-3 20:24
??????????作者: hrct 时间: 2009-3-6 10:22
已经解决了,在查询中加IIF ISNULL语句。下次有问题还得向各位请教!