If IsNull([Full Name]) = True Then
Exit Sub
Else
If Asc(Left([Full Name], 1)) = 32 Then
MsgBox ("No space before the name, correcting...")
Me.Full__Name = Trim(Me.Full__Name)
Else: Exit Sub
End If
End If
End Sub作者: fswxs 时间: 2008-6-24 09:49
这样改了,提示显得有点多余啊[:48]