From: Preston Davis on
I have a MainForm that has several tabs (pages), on each page I want a button
to open a sub-form that is linked and viewed inside the tab (page).

Right now the sub form (for each tab (page) is opened as you enter each
record, so you click the tab and the form is already loaded. With a slow
network, it takes two much time to run each query and load each form each
time you advance to a new record. How do I speed things up.
--
Preston