D
donald
Hi there,
i am trying to do what the help said about Restrict.
You can use the Restrict method to search for items that begin within a
certain range of characters. For example, to search for all contacts
with a last name beginning with the letter M, use this filter:
sFilter = "[LastName] > 'LZZZ' And [LastName] < 'N'"
It word find with B to Y or 2 to 9.
so for Y
sFilter = "[LastName] > 'XZZZ' And [LastName] < 'Z"
But what about if i am doing this on A, Z, 1 or 9??
thanks a lot
Donald
i am trying to do what the help said about Restrict.
You can use the Restrict method to search for items that begin within a
certain range of characters. For example, to search for all contacts
with a last name beginning with the letter M, use this filter:
sFilter = "[LastName] > 'LZZZ' And [LastName] < 'N'"
It word find with B to Y or 2 to 9.
so for Y
sFilter = "[LastName] > 'XZZZ' And [LastName] < 'Z"
But what about if i am doing this on A, Z, 1 or 9??
thanks a lot
Donald