Can I use trigger using MSAccess? Can someone explain it? - Otherwise how can I update the screen of the users when the App is working with multiusers?
Thanks
Printable View
Can I use trigger using MSAccess? Can someone explain it? - Otherwise how can I update the screen of the users when the App is working with multiusers?
Thanks
Access does not support triggers. If you need all users to have concurrent display of changing data, you will likely need to use a timer to periodically update the display, perhaps with a time stamp on each record to determine when it was last updated.
Good luck
Bash