Hi:
This is a weird problem. I have a field on the table "Street Name" which contains street name and suffix (e.g. Marsh Street).
I use the LIKE predicate as follows:
Me.Filter = "[Street Name] like ""*" & strInput & "*"""
On the table, I have some records with "Marsh St.", "Marshall Dr."
When doing a search where strInput = "Marsh":
1. IF the first found record in the table is the record with "Marshall", it lists all the "Marshall"s
2. IF the first found record in the table is the record with "Marsh", it filters on all the "Marsh"s
Is this weird, or is it me? I thought it's supposed to just find anything with "March" in the field! ARGH!
This is a weird problem. I have a field on the table "Street Name" which contains street name and suffix (e.g. Marsh Street).
I use the LIKE predicate as follows:
Me.Filter = "[Street Name] like ""*" & strInput & "*"""
On the table, I have some records with "Marsh St.", "Marshall Dr."
When doing a search where strInput = "Marsh":
1. IF the first found record in the table is the record with "Marshall", it lists all the "Marshall"s
2. IF the first found record in the table is the record with "Marsh", it filters on all the "Marsh"s
Is this weird, or is it me? I thought it's supposed to just find anything with "March" in the field! ARGH!