While creating a report, I need to prompt the user to enter the name of row in the table that is being reported. If the user leaves the prompt empty, I want to show all rows. Else, I want to check the prompt against a particular field in the table, and just report that one row.
I have figured...