I have a .csv file that I generated today, and Access has put it into a table view. One of the columns has identification numbers, and another column has information. How can I generate a report that would have several fields (I can do each field individually if I can get this one piece of code down) with something like "if column 4 = "432", display column 5" (obviously displaying only the information in the same row). Is this possible, and how would I do it?