D
dee
I have based a form on a query. I don't want to allow duplicates of certain
field combinations. For example:
Qstnaire ID PPtID ResponseNo
Other fields
1 6 1
1 5 2
1 6 3
I have created a field in the query that concatenates the QstnaireID and the
PptID and am trying to add something in the criteria that won't allow a
duplicate of this combination to be entered.
I know I can use a Find Duplicates query after the fact, but wish to avoid
duplicates in the first place, as they will be the result of incorrect data
entry and should not appear at all. The entire record won't be a duplicate,
just the combination of the two fields noted above, so I can't use the unique
values in the query properties.
I may be approaching this incorrectly. Perhaps I should be modifying
controls on my form...
Any assistance will, as always, be greatly appreciated!
field combinations. For example:
Qstnaire ID PPtID ResponseNo
Other fields
1 6 1
1 5 2
1 6 3
I have created a field in the query that concatenates the QstnaireID and the
PptID and am trying to add something in the criteria that won't allow a
duplicate of this combination to be entered.
I know I can use a Find Duplicates query after the fact, but wish to avoid
duplicates in the first place, as they will be the result of incorrect data
entry and should not appear at all. The entire record won't be a duplicate,
just the combination of the two fields noted above, so I can't use the unique
values in the query properties.
I may be approaching this incorrectly. Perhaps I should be modifying
controls on my form...
Any assistance will, as always, be greatly appreciated!