J
JoJo S via AccessMonster.com
Please help me find a better way to query. I have a field that contains
physician full name in various format. For example, it can be written as Soko
M.D. Mary J or Soko MD,Mary or Soko,Mary, etc. I can retrieve data by putting
in LIKE SOKO*MARY* in query design. Now, I don't want users to get in query
design. What would be the best way for my users to type in just SOKO,MARY
from a form and be able to retrieve all the different name format related to
this doctor? In addition, there could be more than 1 physician to query at a
time.
(condition: I cannot make the source table separate into last name and first
name. ).
Thank you very much!!
physician full name in various format. For example, it can be written as Soko
M.D. Mary J or Soko MD,Mary or Soko,Mary, etc. I can retrieve data by putting
in LIKE SOKO*MARY* in query design. Now, I don't want users to get in query
design. What would be the best way for my users to type in just SOKO,MARY
from a form and be able to retrieve all the different name format related to
this doctor? In addition, there could be more than 1 physician to query at a
time.
(condition: I cannot make the source table separate into last name and first
name. ).
Thank you very much!!