M
MDW
I'm working on an app in MS Access that I'm going to shoot
out to a Web page. There are two ways I can do it, one of
which involves finding the COUNT() value on a table and
displaying it on a Web page (I prefer this method b/c it
gets me more information - the other method involves
retreiving a single value from a one column, one row
table). Is there a point, as the table gets bigger (say
100,000 + records), that this COUNT would take a great
amount of time to execute?
out to a Web page. There are two ways I can do it, one of
which involves finding the COUNT() value on a table and
displaying it on a Web page (I prefer this method b/c it
gets me more information - the other method involves
retreiving a single value from a one column, one row
table). Is there a point, as the table gets bigger (say
100,000 + records), that this COUNT would take a great
amount of time to execute?