Hello John,
John Spencer said:
For humans, the time to do one versus the other is negligible as long as you
aren't grabbing a lot of data.
OK. Now, what is **a lot of data** ? A hundred thousand records ? A million ?
********Why am I so concerned with the speed issue ? **********
'Cos, My db has just crossed the 1.2GB mark and of late, slowed down a lot
on the Search Forms in general and bulk updates to some extent. I've replaced
some of the DAO code for bulk updates with saved Update Queries (which I
didn't like much, I wanted my modules to be as independent as possible of
outside objects except Tables, of course). Also, I've used a lot of Domain
Functions which I now want to replace if need be.
I've gone through the routine of importing all of data and objects into a
brand new database, decompiling, compiling, compact&repairing etc. This was
my first Access db that I've developed as I learnt VBA simultaneously. That's
why, I've developed a feeling that my inefficient coding made it slow down.
Hence, I want to make it doubly sure that the code I now rewrite should be
flawless in principle.