T
troy
Is something like this possible? It's not working the way I have it now.
ElseIf IsNull(Me.txtFindOfficer) And (Me.txtFind) <> Null Then
'do cmd if txtfindofficer is empty and txtfind contains data
end if
ElseIf IsNull(Me.txtFindOfficer) And (Me.txtFind) <> Null Then
'do cmd if txtfindofficer is empty and txtfind contains data
end if