Requerying subform on Timer

D

debit

I created an unlinked form-subform in Access 97. The
subform was set to run a Requery macro every 10 seconds
using the Timer property. The subform is displaying the
latest data (continuous forms) and is read-only; the
parent form is used for data entry.

When I converted the database to Access 2000, I am getting
an error message that ApplyFilter cannot be used. This
only happens if the focus is on the subform. I'm puzzled
because I am not using ApplyFilter anywhere on either
form. The subform's source is a query.

The subform works fine when it is opened standalone.
 
Top