A
Alan Z. Scharf
Hi,
1. I have a master stored procedure that runs a series of other SP's in
succeession.
2. At the end of each individual SP, I have a command that writes a record
to a table with the completed SP's name and elapsed time.
3. I want to show this table on a form with the records being added one by
one as each SP completes.
4. The table-writing methood itself works, but I can't get the form to
requery the underlying form query on this table to display each record as
it
is added.
5. I tried using the form's OnTimer event together with an interval of
2000,
but nothing happens,
When the master SP completes, the form requeries and the completed
'results'
table displays with all records at once.
Question:
---------
Is there a mthod to get this to work? Am I mising something?
Thanks.
Alan
1. I have a master stored procedure that runs a series of other SP's in
succeession.
2. At the end of each individual SP, I have a command that writes a record
to a table with the completed SP's name and elapsed time.
3. I want to show this table on a form with the records being added one by
one as each SP completes.
4. The table-writing methood itself works, but I can't get the form to
requery the underlying form query on this table to display each record as
it
is added.
5. I tried using the form's OnTimer event together with an interval of
2000,
but nothing happens,
When the master SP completes, the form requeries and the completed
'results'
table displays with all records at once.
Question:
---------
Is there a mthod to get this to work? Am I mising something?
Thanks.
Alan