On the other hand the user will enter some parameters and then complete the calculation and insert the result into the Database.
The data processing that we will show as an example here is the one done at the Application level, to execute this example we will take certain parameters from the Database.
Depending on how big the volume of data to handle are and the interaction that the user must have, one or the other may stand as the best option in some cases.
Data Processing in Control Forms: Using Macros to query and insert into Databaseĭata processing can be done at the Database level (with Stored Procedures, Triggers, Functions and so on) or Application level.