500
How many fieldnames (1, 2, or 3) is the best way to store an individual's first, middle and lastname in a table?
e.g.) 1 - FullName
2 - FirstName LastNameandMiddle
3 - FirstName LastName MiddleName
What is as three separate fields called:
FirstName LastName Middle
Then, if you have two people with the same last name, and different middle initials, you can sort based on the middle name as well.