Hello all
I have a linked table using ODBC. When I tried to do Count([total]) and
Sum([total]) for this linked table (onw of the field in the table is
name "total") the form takes forever to gives me the results, like 4
minutes. I am putting a textbox in the footer of my form to get this
results.
The table has around 1300 records. Is there a better way to get quicker
results?
I know I can copy the linked table to my local computer and then the
calculation will run faster but I dont want to do this because the
table changes every minute.
Any ideas???
Thanks in advance
I have a linked table using ODBC. When I tried to do Count([total]) and
Sum([total]) for this linked table (onw of the field in the table is
name "total") the form takes forever to gives me the results, like 4
minutes. I am putting a textbox in the footer of my form to get this
results.
The table has around 1300 records. Is there a better way to get quicker
results?
I know I can copy the linked table to my local computer and then the
calculation will run faster but I dont want to do this because the
table changes every minute.
Any ideas???
Thanks in advance
Comment