I have a form in which various tests to be performed on a sample are checked (some are simple check boxes, some are option groups). I am creating a report (which will be a sort of worksheet) which will show for the record only those tests that were checked in the form -- i.e. only those tests that need to be completed. The only way I can think of doing this is just coding a bunch of if else statements to hide or show the text boxes, but there are an awful lot of different tests. What is the best way to do this? Thanks!