R
Richard B. Wright
Greetings,
I have a table that contains customer info, including their address, which
is stored over two fields [Addressno] which holds the address number and
[Street] which hold the street name. I need to check to ensure that
duplicates are flagged.
Here is
what I need to do:
I enter an address over two fields
8000 Main St
where 8000 is in one field and Main St is in another. Then I enter
1200 Mountain Ave
then later
I enter 8000 Main St again. I need something to let me know that I entered
a duplicate address.
Thanks,
Richard
I have a table that contains customer info, including their address, which
is stored over two fields [Addressno] which holds the address number and
[Street] which hold the street name. I need to check to ensure that
duplicates are flagged.
Here is
what I need to do:
I enter an address over two fields
8000 Main St
where 8000 is in one field and Main St is in another. Then I enter
1200 Mountain Ave
then later
I enter 8000 Main St again. I need something to let me know that I entered
a duplicate address.
Thanks,
Richard