Undeclared Identifier problems when docking forms onto a page control

Hello, Heres the Situation!
Form1 contains a TPageControl and I am docking Form2 onto the
TPageControl as a new TabSheet.  This works fine, but when I try to
access(through code) any components on form2(from code contained in
Form2's code Unit)  I keep getting an undeclared identifier error.  The
components in question are declared in the top part of Form2's
CodeUnit.  When I put "Form2." in front of the components name I don't
get the error, but I get a runtime error which reads "Access violation
in "Forms.dll"..."  The code is just accessing a SQL component and
executing a SQL statement.

Thanks in advance.

Shenandoah Trulen