J
Jim
I am trying to set up a filter and it is not working
correctly. My form is tied to a table called contacts.
Each contacts record has a field called deleted(bit) which
is true/false. This allows users to delete the record
without really deleting from the database. I set the
filter to:
Deleted = 0
and then in the form On_Load code i added,
Me.FilterOn = True
The records with deleted = 1 still show up.
Thanks!
correctly. My form is tied to a table called contacts.
Each contacts record has a field called deleted(bit) which
is true/false. This allows users to delete the record
without really deleting from the database. I set the
filter to:
Deleted = 0
and then in the form On_Load code i added,
Me.FilterOn = True
The records with deleted = 1 still show up.
Thanks!