Sorry, Tim. I thought that your Hit Counter post made sense to apply here. And I believe one of the posts in this thread earlier mentioned that they did not need to be unique - so I'm not sure about how to tell the difference between 2 people if there are duplicates
Of course, the other thing to consider is if the db is hacked and SSNs are stores somewhere, the company may be looking into a potential lawsuit regarding privacy. Legally, unless it's for pay or personnel records, it's MUCH safer to just ask the users for the last 4 digits of their SSNs. Since this isn't for the security topic, I'd advise David to go to that newsgroup
Thanks
Dere
----- Tim Ferguson wrote: ----
"=?Utf-8?B?RGVyZWsgV2l0dG1hbg==?=" <
[email protected]
wrote in
Okay... well, I've done something similar and ended up using a macr
SUBMIT button to send information by way of an Update or Append query
I saw something earlier today (another post) using an SQL statemen
regarding INSERT. Do a search on "Hit Counter" and read the postin
from Tim Ferguson.
Oh dear... since my name got dragged into this... I wasn't planning to jump
in...
The original post talked about setting up "a field" made up of bits of
other fields. You'd do better to search for "Intelligent keys" to find out
why this is a Really Really Bad Idea. The version is especially bad because
it is not even guaranteed to be unique
Rule one: you have to, have to, have to, have to, have to find or create a
key that is never going to change and will always be unique. This mangled
bit-of-a-name, bit-of-a-number does not qualify on either criterion. Many
(most?) entities do not have obvious choices, and that is why autonumbers
are so useful and so widely used.
Hope that help
Tim