HFTHdfries
MIS
I created a report that displays information on a certain list of people. I need to display some odd information like birthday and office extension #. This information is kept in a table for account notes. In this table there is a code type and a code value. A type would be "B-DAY" or "EXT" and the value corresponds to the type. Per name I want to display the birthday and ext if there is one. I wrote a formula to display the code value if the code type is "B-DAY", but the problem is that is creates a record for every code type even though it doesn't display the code value. Any idea how to fix this? My knowledge of Crystal Reports is limited so it may be something simple.