Hi, I need a query thats shows specific records from a table. However, the key field values that determine what records are to be shown in the query are stored in an array. I know I could create a temp. table with the values in the array and then build my query from this table but isn't there a more 'optimized' way to do it, without the temp. table? Thanx!