when you open the subform by itself, it's a form like any other, and the
reference you use works. when you use it as a subform, within a mainform,
Access does not "see" it as a stand-alone form - so you have to reference it
from within the context of the mainform, as
Forms!MainformName!SubformControlName.Form!NOMS
note that SubformControlName refers to the control within the main form that
"contains" the subform. make sure you refer to that control's name, rather
than the name of the subform Q1FF. depending on how the subform was added to
the mainform, the two names may be the same or they may be different.
hth
> Hi!!
> I have a main form with a sub form , I have linked the [number] field
[quoted text clipped - 10 lines]
> asking for Enter the Parameter Value,I missing something??, I will appreciate
> your help!!
OCTTAR - 01 Nov 2007 15:49 GMT
Tina, that's was very helpfull !!, thank you very much!!!
> when you open the subform by itself, it's a form like any other, and the
> reference you use works. when you use it as a subform, within a mainform,
[quoted text clipped - 29 lines]
> appreciate
> > your help!!
tina - 02 Nov 2007 03:07 GMT
you're welcome :)
> Tina, that's was very helpfull !!, thank you very much!!!
>
[quoted text clipped - 31 lines]
> > appreciate
> > > your help!!