M
Mike Lempel
I have a link to a SQL table to which another application can append
records. When this occurs, I need to take certain actions in my Access app.
I'm handling this now by querying the table every minute (using the timer
event in an open form) to see if any new records were added since I last
checked. Records are added at unpredictable times (at intervals ranging
from several seconds to several hours), but I need to be aware of the event
within a minute or so.
Is there a better way to do this? I simply want to be alerted to the event
(record appended) when it happens, and then execute my code. I would like
to avoid having to query the table every minute.
records. When this occurs, I need to take certain actions in my Access app.
I'm handling this now by querying the table every minute (using the timer
event in an open form) to see if any new records were added since I last
checked. Records are added at unpredictable times (at intervals ranging
from several seconds to several hours), but I need to be aware of the event
within a minute or so.
Is there a better way to do this? I simply want to be alerted to the event
(record appended) when it happens, and then execute my code. I would like
to avoid having to query the table every minute.