Trigger a function when new record inserted

min

New member
Local time
Today, 16:40
Joined
May 31, 2000
Messages
5
Needs Help!

Anybody knows how to trigger a function whenever a new record is inserted into a table? Basically, this function is to update a field in another table.

Thanks, Min
 
If you use a form to do the input from use the BeforeInsert or AfterInsert Events
 

Users who are viewing this thread

Back
Top Bottom