R
RJ
Is it “normal†when updating a main form that the subforms get automatically
re-queried?
I was looking at the Profiler and I am seeing a requery for all my subforms
whenever I update the main form. The updated field has nothing to do with
the subform linkage and I am not calling a requery. It would be nice not to
have this increase in network traffic and roundtrips to the server when it is
totally unnecessary!
I am defining the linkage in the main form properties (as an example) in the
usual way
Link Child Fields: EC_FunctionId
Link Master Fields: EM_FunctionId
In the subforms
Input Parameters: EM_FunctionID
Am I doing something wrong or is this just normal? Is there anything I can
do to prevent this redundant requerying? I know the interface to SQL Server
from ADP's is chatty but that seems a bit of overkill.
Thanks for your comments!
re-queried?
I was looking at the Profiler and I am seeing a requery for all my subforms
whenever I update the main form. The updated field has nothing to do with
the subform linkage and I am not calling a requery. It would be nice not to
have this increase in network traffic and roundtrips to the server when it is
totally unnecessary!
I am defining the linkage in the main form properties (as an example) in the
usual way
Link Child Fields: EC_FunctionId
Link Master Fields: EM_FunctionId
In the subforms
Input Parameters: EM_FunctionID
Am I doing something wrong or is this just normal? Is there anything I can
do to prevent this redundant requerying? I know the interface to SQL Server
from ADP's is chatty but that seems a bit of overkill.
Thanks for your comments!