On my main form I am using text boxes with their control source pointing to their respective queries IE: (=DCount("*","QueHVBServiceOrders"). On my PC this data populates instantly. However as soon as I dump it on the server it takes several minutes to populate. If I open a query on the server the query fires up right away. No other speed problems noted, Just when using this DCount code. Does anyone know how I can achieve this data on the main form instead of the way I am doing it?