I have a text file with a list of First Name, Last Name, Race, Sex and Age. I need to put this list into a structure so that I can random display them based on similarities. Can anyone help me do this?
You are basically setting up your own file type. What you need to do is to look up how to read files. The easy way to to just use a text file and have everything in a certain order and put a "breaker" between words to go into a field. commas are a good idea but that would mean that a comma could never be in a field.
This isn't hard to set up but you have to do some research first.