is there a way to hide collumns of data at run time
=> RE: columns
Posted: Sun Jun 13, 2004 8:07 am
by kfleming
You can use the RRUNIN() to test if a report is being run at runtime.____So if you wanted a field to display when run from the designer but not at runtime you could use the expression:____IIF(RRUNIN(),"",charfield)____Kathleen__R&R Support