I am trying to filter from a last name field.
What I am looking for is to be able to type in: "sm"
and the records that will come up will include:
- smith
- smythe
- smithers
etc.....
I am trying to use the wildcard : * in VBA but it doesn't seem to be working. Does anybody have any pointers?
Currently I am using the DoCmd.OpenForm (then filtering)
However I am only able to type Smith... for all the Smith entries... if I enter Sm... nothing will happen
Thanks
Jon
What I am looking for is to be able to type in: "sm"
and the records that will come up will include:
- smith
- smythe
- smithers
etc.....
I am trying to use the wildcard : * in VBA but it doesn't seem to be working. Does anybody have any pointers?
Currently I am using the DoCmd.OpenForm (then filtering)
However I am only able to type Smith... for all the Smith entries... if I enter Sm... nothing will happen
Thanks
Jon