D
Daniel
Okay, I hope all this makes sense... here goes.
I have a "main" form and within that form have a subform, which on a
specified delay (I think it's currently set to 2 minutes - using the timer
event) performs a requery to show the number of results within a table in
the database, via the form - me.(subformname).requery
In Access 2007, it works no problem, and shows the "count" results and will
happily continue to do this, even if left idle for a long time.
In Access 97 however, it opens up fine and shows the results, yet when it
comes to perform the requery, in the status bar is shows that is is
"calculating...." and seems to just hang there until the user does something
within the form, either clicking somewhere on the form, or searching for
something in the combo box, or whatever.
My question is, does Access 97 not support the requery/count the same as
2007? Do I need to put something else into the code to make this work?
I've searched online and cannot find the answer I need, which is why I've
ended up posting the question here.
Thanks in advance
Daniel
I have a "main" form and within that form have a subform, which on a
specified delay (I think it's currently set to 2 minutes - using the timer
event) performs a requery to show the number of results within a table in
the database, via the form - me.(subformname).requery
In Access 2007, it works no problem, and shows the "count" results and will
happily continue to do this, even if left idle for a long time.
In Access 97 however, it opens up fine and shows the results, yet when it
comes to perform the requery, in the status bar is shows that is is
"calculating...." and seems to just hang there until the user does something
within the form, either clicking somewhere on the form, or searching for
something in the combo box, or whatever.
My question is, does Access 97 not support the requery/count the same as
2007? Do I need to put something else into the code to make this work?
I've searched online and cannot find the answer I need, which is why I've
ended up posting the question here.
Thanks in advance
Daniel