B
Brennan
Hello:
I have a database that tracks Bids for a Contractor.
There is a one to many relationship between Jobs and Bids.
After using the application for awhile, it has become
apparent that the folks doing the data entry do not
always check to see if a job has already been entered.
There is a unique identifier for each job but that is
assigned at the time of data entry.
I would like to put in some code that when a record is
entered, the system will check existing jobs for possible
duplicate data in the Job Name and Location field and if
possible dups are found, give the user an option to view
the records.
I tried some possible solutions using the find duplicates
query but was not satisfied with the results.
Any suggestions would be appreciated
Brennan
I have a database that tracks Bids for a Contractor.
There is a one to many relationship between Jobs and Bids.
After using the application for awhile, it has become
apparent that the folks doing the data entry do not
always check to see if a job has already been entered.
There is a unique identifier for each job but that is
assigned at the time of data entry.
I would like to put in some code that when a record is
entered, the system will check existing jobs for possible
duplicate data in the Job Name and Location field and if
possible dups are found, give the user an option to view
the records.
I tried some possible solutions using the find duplicates
query but was not satisfied with the results.
Any suggestions would be appreciated
Brennan