M
mbosman
I have a front end and back end situation; both are
mdb's. I am going to be giving a location in Canada a
front end copy to enter data. Since they will be
accessing the back end over a network I'm curious if it
is possible to reduce the size of the forms recordset to
decrease the network footprint and improve performance
for them. Can this be accomplished by a where condition
in the docmd.openform statement. I've been told it is not
possible, but there's got to be a way around it. Possibly
setting the form's recordsource to an empty string at
close and resetting to a SQL statement that effectively
shows only the correct records at load? Any body have any
good ideas?
mdb's. I am going to be giving a location in Canada a
front end copy to enter data. Since they will be
accessing the back end over a network I'm curious if it
is possible to reduce the size of the forms recordset to
decrease the network footprint and improve performance
for them. Can this be accomplished by a where condition
in the docmd.openform statement. I've been told it is not
possible, but there's got to be a way around it. Possibly
setting the form's recordsource to an empty string at
close and resetting to a SQL statement that effectively
shows only the correct records at load? Any body have any
good ideas?