Good morning everyone.
I'm familiarizing myself with a form and its code, and am stumped on a little aspect of it. In the code I have this:
MinInv = Me!subfrmtblTmpFinDet!txtMinInvno
MaxInv = Me!subfrmtblTmpFinDet!txtMaxInvno
When I go to the subform named subfrmtblTmpFinDet I can't find the controls txtMinInvno, txtMaxInvno. I'm assuming they are text boxes. In the combobox of the property sheet of the subform those controls aren't there. Can someone please shed some light on this?