August 17, 200619 yr I have a database of 100,000 records and I need to have the database export from a calculated field. Is it faster to: 1. export from the calculated fields or 2. is it faster to loop though the data set a text field for each calculated field and then export the text field? Thanks for your help
August 18, 200619 yr This is kind of a trick question. I would say that 1 would be much faster if the data is dynamic (likely), but 2 would be faster if the data never changes and it is to be exported multiple times.
Create an account or sign in to comment