you can't use the ApplyFilter action on this window?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a Form that constists of a main form and 2 subforms. The main form
holds a Tab control. Tha Tab Control Requeries the 2 listboxes I have in
Subform1. The OnClick property of one of those listboxes requeries a listbox
in Subform2. The Onclick of that list box should requery the detail section
of that form (subform2). Instead it gives me this Error message: "Error: 2488
You can't use the ApplyFilter action on this window." Please help!

** The 2 subforms are linked with a unique identifier.
 
Back
Top