Hi,
I am experimenting with using a back-end for a database I am designing.
Three of the tables in the back-end contain information that is (currently) updated on a record by record basis. I am wondering, given that there are so many calculations and insert/update queries, whether it would be "better" to create three temp tables in the front end, store the data in the temp tables during the calculation, and then move it over in one step.
Thanks,
I am experimenting with using a back-end for a database I am designing.
Three of the tables in the back-end contain information that is (currently) updated on a record by record basis. I am wondering, given that there are so many calculations and insert/update queries, whether it would be "better" to create three temp tables in the front end, store the data in the temp tables during the calculation, and then move it over in one step.
Thanks,
Comment