If a single database has 3 fields (table.fld1, table.fld2, table.fld3). Each field can contain data or be empty (null). How do I generate a report (formula) based on whether the field contains data or is empty.
Meaning, how do I generate a CR on fld1 if, fld2 and fld3 are empty. On fld1 and fld2 if, fld3 is null, etc.
I don't have a problem building the 6 different CR's showing the 6 different possible report field conbinations using VS.Net.
Thanks Steve
Meaning, how do I generate a CR on fld1 if, fld2 and fld3 are empty. On fld1 and fld2 if, fld3 is null, etc.
I don't have a problem building the 6 different CR's showing the 6 different possible report field conbinations using VS.Net.
Thanks Steve