I have a form with several fields, a couple of which have default values when a new record is created--for instance I have an "entry date" field that has "date()" as its default value. Having these defaults saves me some time, but it seems to make filtering by other fields impossible because the default values are included in the filter criteria. As a result, only records with today's date show up when I try to apply a filter. Is there a way around this problem?