V
Vel.
Hello,
Any chance I could get some basic tips on speeding up a
database over a network. In general, it works alright,
but some of my reports run particularly slow. Also, a
form used for posting payments is very bogged down due to
a combo box. The form in question uses txtClientID to
enter a client number, then txtServiceDate to enter a
date of service, then there is a combo box that is based
on a query to display only those activities the client in
question had on the date in question. The problem is
that tblActivity is a very large table, and it takes
quite some time to load the form because of this. Is
there a way to "populate" that combo box with the
requested values without the extreme lag?
Vel.
Any chance I could get some basic tips on speeding up a
database over a network. In general, it works alright,
but some of my reports run particularly slow. Also, a
form used for posting payments is very bogged down due to
a combo box. The form in question uses txtClientID to
enter a client number, then txtServiceDate to enter a
date of service, then there is a combo box that is based
on a query to display only those activities the client in
question had on the date in question. The problem is
that tblActivity is a very large table, and it takes
quite some time to load the form because of this. Is
there a way to "populate" that combo box with the
requested values without the extreme lag?
Vel.