When to Refresh a SubForm
Hi.
I have a form with a subform. When a certain control changes value on the form, a different filter is applied to the subform. The subform's default view is DataSheet and rows from a table are displayed in it. This works well except on the subform at the bottom where it says "Record 1 of 4 (Filtered)" (when I have 4 rows).
When 3 rows are displayed in the subform, it will display the count of rows from the previous recordset until I hit the right arrow to get the next row and then I'll see "Record 1 of 3 (Filtered)".
I tried several places on several events to Refresh the subform to overcome this but have not been able to resolve this.
Any suggestions will be greatly appreciated.
Thanks.
Rita
|