Can't add a new form

     5718.1

      I am running Delphi 5 with ADO. I have a program with 39 Forms with 13
of these Forms having dadt access through an ADOTable or ADOQuery. I have
only one ADOConnection which is on the opening Form.

      I am trying to add one more Form with an ADOQuery. When I try to
activate the Connection I should have the Form1.ADOConnection1 in the
dropdown box but I do not, the dropdown box is empty. The SQL string is
setup properly. Why does this Form not recognize the existing ADO
Connection?