A *subform control* has a Source Object, which would be;
Me![NameOfSubformControl].SourceObject
-or-
A *subform* has a Record Source, which would be;
Me![NameOfSubformControl].Form.RecordSource
but neither one has a Control Source -- _________
Sean Bailey
"L.A. Lawyer" wrote:
[Quoted Text] > I want to refer to a subform's ControlSource (Access 2000). > > What is the code? > > Thanks. > > >
|