Hi All
I have an ODBC linked table to a topspeed database
() that I want to get data from.
When I create a query where I enter an actual number(e.g.>=12345) in the criteria of ORDERID column, the query gives me the results immediately.
If I look up a different small table for the minimum orderid and enter that in as:
>=[OrderIDMinimum]![MinOfORDERID] and then run this it takes about 25 minutes to run.
The OrderIDMinimum query runs immediately as well.
Even if I reference a number in a field in a form it runs at the slow speed.
I don't understand why it should give the results immediately the first way then take so long the second way.
Why would this be and how do I get the query to speed up
TIA
I have an ODBC linked table to a topspeed database

When I create a query where I enter an actual number(e.g.>=12345) in the criteria of ORDERID column, the query gives me the results immediately.
If I look up a different small table for the minimum orderid and enter that in as:
>=[OrderIDMinimum]![MinOfORDERID] and then run this it takes about 25 minutes to run.
The OrderIDMinimum query runs immediately as well.
Even if I reference a number in a field in a form it runs at the slow speed.
I don't understand why it should give the results immediately the first way then take so long the second way.
Why would this be and how do I get the query to speed up
TIA