J
Jeff
This is a problem only when I use linked tables from the server. When
running these forms using tables that are not linked ...works fine.
I have a form that has many subforms whose RecordSource is set to a query.
When the form is opened I am getting an error "can not open any more
databases". I believe the query is running with every occurance of the
subform. I am using linkMaster and linkchild properties to correctly
populate the subforms.
As an experiment I created a TestTable with records from the query, set the
subforms recordsource proberty to the TestTable...this seems to work, so it
appears that the problem lies with using a query as the recordsource of the
subforms.
Maybe I need to create a recordset or something that is not requeried....any
suggestions?
running these forms using tables that are not linked ...works fine.
I have a form that has many subforms whose RecordSource is set to a query.
When the form is opened I am getting an error "can not open any more
databases". I believe the query is running with every occurance of the
subform. I am using linkMaster and linkchild properties to correctly
populate the subforms.
As an experiment I created a TestTable with records from the query, set the
subforms recordsource proberty to the TestTable...this seems to work, so it
appears that the problem lies with using a query as the recordsource of the
subforms.
Maybe I need to create a recordset or something that is not requeried....any
suggestions?