hide unused records

  • Thread starter Thread starter Zenia
  • Start date Start date
Z

Zenia

Guest
hello
could anyone tell me that is there any way to hide the unused records or the records that have a null value.
tx in advance.
 
Set the criteria of the field that contains the values in your Query to be IS NOT NULL.

You can set this at the table level by adding a Filter to the table. This is not recommended due to the fact that if you want to view the records later you have to remove the filter/sort...better to do this from a query.

HTH
 

Users who are viewing this thread

Back
Top Bottom