Dim Filter As String
With e.Form.Controls("TextBox1")
If .Value IsNot Nothing Then
Filter = "姓名 = '" & .Value & "'"
End If
End With