P
Paul Cram
I have a form which shows contacts. There is a listbox which has the type of
contact as each contact may be in more than 1 category. I want to be able to
hide certain cantacts when the form opens and therefore was looking to filter
on the list box. The list box has 2 columns and the first is an ID column. In
the form open event I have the following code:
DoCmd.ApplyFilter "Me.lstCategory <> 2"
This does not apply the filter. Any ideas why not.
Regards
Paul
contact as each contact may be in more than 1 category. I want to be able to
hide certain cantacts when the form opens and therefore was looking to filter
on the list box. The list box has 2 columns and the first is an ID column. In
the form open event I have the following code:
DoCmd.ApplyFilter "Me.lstCategory <> 2"
This does not apply the filter. Any ideas why not.
Regards
Paul