Should it take Fox 10 minutes to query 2,289,600 records? Maybe you would need to know the data. I am struggling with a datalogger that uses ODBC to plug data into a table. You have two tables. Table one has four fields there is no index set up. The datalogger software created the tables automatically. The fields are 1. Date and Time 2. Tag # 3. Value 4. Status Table 2 just has two fields 1 Tag # 2 Tag Name. The logger will log every 60 seconds 53 tag values which gives you 2,289,600 records per month. I created a query to pull out just one days data (took 9 minutes) then I got crazy and tried to create a crosstab to plug the data and the tag names together ( so I could use it in a report) don’t know if it worked after 20 minuets I pulled the plug. What have I done wrong????????