
Originally Posted by
CPR
Primary Key needs to be unique now and in the foreseeable future, preferably forever. That said, First Name, even with Middle initial, just won't work. Add an autonumber field to your table and make that your primary key. If any other tables don't have a unique identifier for each record you can add an autonumber field to each of them. You don't have to include it in reports or on screens.....
Try working through the Tutorial from orange again.
For example do a GOOGLE Search on your own First name with Middle initial and even last name also. You'll see many responses and very good reasons not to use the ID you wanted to use.