Crazy
08-03-2001, 01:45 AM
can u set up ur database to automatically run a query each time you add or edit a record?
|
View Full Version : auto queries Crazy 08-03-2001, 01:45 AM can u set up ur database to automatically run a query each time you add or edit a record? Pat Hartman 08-03-2001, 05:27 AM No, this is called a "trigger" in other RDBMS' and Access does not support them. Similar functionality can be performed via a form. However, unless you have totally secured the app so that there is no way to update the table without using the form, data anomolies could be introduced. |