I have made a few databases in the past and I've always had a field "full name" and "first name" and "last name" that I had the user fill in for new employees. The "full name" is the key for the table as it should be unique unless in extreme rare cases lol.
I would really like it when new employees were entered in my system, if I could just have them enter a "first name" and "last name". and the full name was calculated in the format "last name", "full name" in a separate field.
I know this can be accomplished in queries it just benefits me to have that full name in a field, and not sure how everyone here feels about using that for a key???
I would really like it when new employees were entered in my system, if I could just have them enter a "first name" and "last name". and the full name was calculated in the format "last name", "full name" in a separate field.
I know this can be accomplished in queries it just benefits me to have that full name in a field, and not sure how everyone here feels about using that for a key???