I recently created a form that consist of several list boxes. When the form is opened Several SELECT queries run. I have been receiving feedback from folks that use the new form that sometimes they have to wait up to a minute before the form loads. It is not always the case sometimes it milli seconds. According to our DBA I learned that the database/table locks when a SELECT query is run. She said she could override this on her on, not sure if that is the best option or should I look for a method to close connection after the SQL SELECT query runs. Your suggestions are greatly appreciated.