From: Craig B. <cr...@bo...> - 2003-03-18 22:04:23
|
I have one database that uses a Boolean field to select members of a record subset for display via a filter. If you set some Boolean values to false from the list view and reselect the filter (filtering for values of "1" on that field) those records remain in the set (despite their "0" value). Yet if you set the Boolean field(s) to false from the record edit view instead, then when returning to the list view, the record(s) are removed from the set via the filter, as expected. So, in short it seems that Filters cannot see changes in values made in the list mode. |