Version: Access 2000<br><br>Hi guys,<br><br>I am having trouble when setting the filteron on property for a subform which I'll now refer to as sfm1. sfm1 shares a main form with two other subforms. Basically how it is set to work is that I have a list box with which I jump between showing all records in sfm1 or just the filtered records. When the user selects to show filtered records in the listbox, I set the filteron property to true for sfm1. Likewise when the user selects to see all records from the listbox, I set the filteron property to false. <br><br>My problem is that when I set the filteron property to true, it also triggers the current events for the two other subforms on my main form.<br>This is a problem because navigating between records in one of the other subforms actually affects the filter on sfm1. Is setting the filteron property for a subform supposed to trigger the current events for other subforms who share a main form with it?<br><br>As always, any help is greatly appreciated,<br>Justin