gusbrunston
Programmer
[tt]
Hi:
I need to prevent two (or more) users entering the same Client from a form into the Clients' table.
The ClientID field (no duplicates) doesn't help because the duplicate records just have an incrementing PK.
I'd like to index a combination of FirstName, MiddleInitial, and LastName. I know that's not perfect, but it's better than what I've got.
i.e., will this work?
------------------
FirstName |
MiddleInitial |> one index, no duplicates
LastName |
------------------
or?
Appreciate your suggestions. [tt] Gus Brunston - Access2000[/tt] Intermediate skills.
Hi:
I need to prevent two (or more) users entering the same Client from a form into the Clients' table.
The ClientID field (no duplicates) doesn't help because the duplicate records just have an incrementing PK.
I'd like to index a combination of FirstName, MiddleInitial, and LastName. I know that's not perfect, but it's better than what I've got.
i.e., will this work?
------------------
FirstName |
MiddleInitial |> one index, no duplicates
LastName |
------------------
or?
Appreciate your suggestions. [tt] Gus Brunston - Access2000[/tt] Intermediate skills.