hiding rows/columns

J

Jayneen

I know how to hide the columns in the table, but what I
wanted to know is it possible to hide rows, if so, how do
I hide them?
 
R

Rick Brandt

Jayneen said:
I know how to hide the columns in the table, but what I
wanted to know is it possible to hide rows, if so, how do
I hide them?\

You should not be using Tables as an interface, but AFAIK you can only hide rows by
applying a filter. Unless the filter is to exclude a specific Primary Key value you
can't be sure that the filter is only "hiding" that one row.
 
Top