K
Kirk P.
I'm building a filter based on criteria from a form. I can't get the syntax
right.
Here's what I've got.
strWhere = "[HR_SUPERVISOR2] Like " & """ & Me.cboSupv2 & " * ""
I'm trying to get HR_SUPERVISOR2 Like "Anders, Donald*" - with Anders,
Donald supplied by cboSupv2. Help!
right.
Here's what I've got.
strWhere = "[HR_SUPERVISOR2] Like " & """ & Me.cboSupv2 & " * ""
I'm trying to get HR_SUPERVISOR2 Like "Anders, Donald*" - with Anders,
Donald supplied by cboSupv2. Help!