PDA

Click to See Complete Forum and Search --> : Trigger with Access


JeffSM
Jul 12th, 1999, 05:21 PM
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

bashfirst
Jul 12th, 1999, 05:25 PM
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