Using link child/master in an ADP with the subform

S

SteveInBeloit

In an ADP, I typically keep all of my data gathering in Stored Procs on the
server as opposed to doing the Selects from the code behind the forms. Keeps
all of the data from coming acrossed the wire.
If I were to hook a subform to a main form using the link child master
method, would this jeprodise my client/server thoughts of not pulling all the
data over?
I can't decide if this would cost me much or not.
Thanks,
Steve
 
Top