I
Infocore
Hey all... I was wondering if anyone could weigh in on this
question....
I have a form with a subform. Opening the form and navigating through
the records is very slow. The subform is a continuous form.
The datasource for the main form is query based on T_Encounter and the
datasource for the subform is a query based on T_Assessment. The
T_Assessment table has over 200,000 records in it.
Right now, I don't have the query based on T_Assessment filtered. The
subform is linked to the parent form on Encounter_ID filed but the
underlying query is not filtered.
In trying to speed up the form, I went into the query, added
T_Encounter table, linked it to T_Assessment, and then put a criteria
in based on Encounter_ID.
I can't tell if the performance has changed. Does anyone have an
opinion on this? Is it faster to filter the underlying query, even
though I had to add a second table to the query and join them? Or Is
it faster to leave the query as one table and just allow the subform/
parentform linking to do the filtering? OR It doesn't matter?
Thanks for any help?
question....
I have a form with a subform. Opening the form and navigating through
the records is very slow. The subform is a continuous form.
The datasource for the main form is query based on T_Encounter and the
datasource for the subform is a query based on T_Assessment. The
T_Assessment table has over 200,000 records in it.
Right now, I don't have the query based on T_Assessment filtered. The
subform is linked to the parent form on Encounter_ID filed but the
underlying query is not filtered.
In trying to speed up the form, I went into the query, added
T_Encounter table, linked it to T_Assessment, and then put a criteria
in based on Encounter_ID.
I can't tell if the performance has changed. Does anyone have an
opinion on this? Is it faster to filter the underlying query, even
though I had to add a second table to the query and join them? Or Is
it faster to leave the query as one table and just allow the subform/
parentform linking to do the filtering? OR It doesn't matter?
Thanks for any help?