I'm working on a database to capture data from a very long application. On one form in particular I have about 200 calculations that need to be done, and these calculations need to be stored in fields. I've created a function to handle all the updates at once but...
Is there any way to have the function triggered each and every time ANY field is updated, without having to create an Event Procedure for each and every field?
Note: Before you tell me this is poor database design...I couldn't agree more, but I've already had and lost that fight with my supervisors.
Is there any way to have the function triggered each and every time ANY field is updated, without having to create an Event Procedure for each and every field?
Note: Before you tell me this is poor database design...I couldn't agree more, but I've already had and lost that fight with my supervisors.