Has there been any programing since the conversion?
I have had this issue in the past while viewing information on a query through a form. the issue i was having was a poor query set up, I maped out how information was being routed to the query and realized that while pulling information from a table it was also pulling information through another query, a query pulling from that same table. so in other words the query was preforming the same task twice.
Cleaned it up up, compact and repaired to ran like a charm. just poor design to begin with. Hope this helps some what.
Thanks for the reply.
The application was converted then compiled. The only issue was changing the recordset dimensions to DAO.recordset from recordset as the application would not compile.
I will experiment with the main query to see if I can improve the speed.
Rgds,
Finlay