Hey there,
this is sorta a strange quesiton but here goes:
i've noticed that running a qry with a ODBC linked table (to our as400 server) runs very slow when i link to a locally stored table. the Locally stored table is quite simple contain field call ProdName and ProdCode.
If i link the ODBC connected table to the local table on ProdCode then set the crieteria on ProdName it is very slow.
therefore i find removing teh local table and typing in the criteria for [ODBC'dTable].[ProdCode] as "In ("ProdCode1","ProdCode2"....."ProdCodeX").
is there some code that cna look at a table and concatenate the recordsets in that format.
I know this is a workaround and that there has to be a better way to increase the speed on the qry but for now it appears to be a good workaround.
T
this is sorta a strange quesiton but here goes:
i've noticed that running a qry with a ODBC linked table (to our as400 server) runs very slow when i link to a locally stored table. the Locally stored table is quite simple contain field call ProdName and ProdCode.
If i link the ODBC connected table to the local table on ProdCode then set the crieteria on ProdName it is very slow.
therefore i find removing teh local table and typing in the criteria for [ODBC'dTable].[ProdCode] as "In ("ProdCode1","ProdCode2"....."ProdCodeX").
is there some code that cna look at a table and concatenate the recordsets in that format.
I know this is a workaround and that there has to be a better way to increase the speed on the qry but for now it appears to be a good workaround.
T