D
d9pierce
Good afternoon all,
I have a db and I would like to add a feature to it that checks for
duplicates prior to saving a new record. This would have to check for
the (ClientName), (Address), and (Phone) and would like to somehow
have this pop up to similar names, addresses, or phone numbers that
are current in the duplicate check. I would also like to add an
optional buttons in message that let one OK or cancel if any records
found that match any of the criteria above. It’s mainly to let the
user know that one or more of the criteria consist in another record.
The issue I have with this is when I look over records to maintain
them, I find items such as:
Total Interiors 211 Way street 333-444-5555
Total Iteriors 211 Way street 333-444-5555
The second one is same company just spelled wrong.
And sometimes I have such as this:
Excel Demo 333 Park Ave 111-111-1111
F&A Sales 333 Park Ave 211-222-2222
Which this is OK as it has two businesses from same address but I want
user to be aware of this in case the address is actually wrong. Just a
second glance prior to saving a record.
Can anyone give me an example of this? I would like to use just a
check box on form to activate this feature. I would think this would
be simple however I am lost in doing so. Using Access 2003.
Thanks to all!
(e-mail address removed)
I have a db and I would like to add a feature to it that checks for
duplicates prior to saving a new record. This would have to check for
the (ClientName), (Address), and (Phone) and would like to somehow
have this pop up to similar names, addresses, or phone numbers that
are current in the duplicate check. I would also like to add an
optional buttons in message that let one OK or cancel if any records
found that match any of the criteria above. It’s mainly to let the
user know that one or more of the criteria consist in another record.
The issue I have with this is when I look over records to maintain
them, I find items such as:
Total Interiors 211 Way street 333-444-5555
Total Iteriors 211 Way street 333-444-5555
The second one is same company just spelled wrong.
And sometimes I have such as this:
Excel Demo 333 Park Ave 111-111-1111
F&A Sales 333 Park Ave 211-222-2222
Which this is OK as it has two businesses from same address but I want
user to be aware of this in case the address is actually wrong. Just a
second glance prior to saving a record.
Can anyone give me an example of this? I would like to use just a
check box on form to activate this feature. I would think this would
be simple however I am lost in doing so. Using Access 2003.
Thanks to all!
(e-mail address removed)