H
Harmannus
Hallo,
How can i change the below searchcode to look through a whole field instead
of starting at the beginning. So search field combo3 has the value pink and
has to looks through the field colours containing designcolours, so some
contain pink and other don't.: e.g. field designcolours: Black, white, red,
green, pink, brown.
If Not Me!Combo3 = "" Then
If GetStrZoek = "" Then
GetStrZoek = "[Designcolours] Like " & Chr$(34) & Me!Combo3
Else
GetStrZoek = GetStrZoek & "AND [Designcolours] Like " & Chr$(34)
& Me!Combo3
End If
GetStrZoek = GetStrZoek & Chr$(34)
End If
thanx in advance for any help!
Regards,
Harmannus
How can i change the below searchcode to look through a whole field instead
of starting at the beginning. So search field combo3 has the value pink and
has to looks through the field colours containing designcolours, so some
contain pink and other don't.: e.g. field designcolours: Black, white, red,
green, pink, brown.
If Not Me!Combo3 = "" Then
If GetStrZoek = "" Then
GetStrZoek = "[Designcolours] Like " & Chr$(34) & Me!Combo3
Else
GetStrZoek = GetStrZoek & "AND [Designcolours] Like " & Chr$(34)
& Me!Combo3
End If
GetStrZoek = GetStrZoek & Chr$(34)
End If
thanx in advance for any help!
Regards,
Harmannus