Is there a way to detect that changes to a table have been made? I saw in Google Groups that changes to a table can be detected by analysing the definition, but I couldn't find any accompanying code.
The only way for this is to FORCE all recordset operations through BOUND FORMS and trap the update event(s). Wheather you then do a notification or record the changes is up to the program / procedure(s). If you choose the notification process, you need to be careful that the process sends the notification messag(s) to the correct object, and that the process does not wait for acknowlegement.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.