N
Nick X
Hi all,
I am trying to compare the information in one field to the information in
another (basically an automated find/replace, one table to another):
Field1 Field2 (Replace With)
belmont park n | Belmonte Park N
diamond ave. | Diamond Ave
e. third st. | E Third St
I have a search query that does something similar with one table, one field:
Like "*" & [Table2].[Field2] & "*"
But it does not do what I want it to do here. This looks at the input and
finds the nearest match based on the whole field. I would like to look
within the both fields and do something similar:
Field1 Field2
<belmont> park n | <Belmont>e Park N
<diamond> ave. | <Diamond> Ave
e. <third> st. | E <Third> St
This would narrow down my choices:
Belmonte Park N or Belmonte Park E
Diamond Ave
E Third St or W Third St
Hope I have explained my problem well enough.
Thanks in advance for your help.
NickX
I am trying to compare the information in one field to the information in
another (basically an automated find/replace, one table to another):
Field1 Field2 (Replace With)
belmont park n | Belmonte Park N
diamond ave. | Diamond Ave
e. third st. | E Third St
I have a search query that does something similar with one table, one field:
Like "*" & [Table2].[Field2] & "*"
But it does not do what I want it to do here. This looks at the input and
finds the nearest match based on the whole field. I would like to look
within the both fields and do something similar:
Field1 Field2
<belmont> park n | <Belmont>e Park N
<diamond> ave. | <Diamond> Ave
e. <third> st. | E <Third> St
This would narrow down my choices:
Belmonte Park N or Belmonte Park E
Diamond Ave
E Third St or W Third St
Hope I have explained my problem well enough.
Thanks in advance for your help.
NickX