The hard part would be building the database, but once it was done you could use it again later for similar projects. I'd create a database, have it assign a unique number to everyone (use the default one in MySQL...key somethin' or other), and then use fields for first name, last name, address, number, etc etc. Then a simple query by ID # brings up all the data you need, yay.