Alright, here's what I did: I changed the two of the three column datatypes from TEXT to VARCHAR (the third column is datatype INT) so that I could create one index that had all three column fields in it. For some reason, I was not able to create a multiple column index when the fields were of datat...