J
Jan
Hi,
What is the fasted way to open a form with a filtered set of records
(possibly 100 from a total of 5000) in a multi-user database over a network.
The program is Access 2000. The OS is Win2000. The database is split into
a back end and front end.
Currently I have the form opening with a dialog box where the user puts in
part or all of a customer name. Then a button opens the real form in
datasheet view showing only 2 fields. The user scrolls down until the
intended name is found then double clicks to open the form in form view.
The user then must be able to scroll back and forth through the recordset in
form view.
Should I based the recordsource of the form on a table, a query in the
recordsource property of the form or is there a faster way. Also, is the
form structure I've chosen the best option.
Of course it works great on my pc but slows on a network.
Thanks in advance for any and all help.
Jan
What is the fasted way to open a form with a filtered set of records
(possibly 100 from a total of 5000) in a multi-user database over a network.
The program is Access 2000. The OS is Win2000. The database is split into
a back end and front end.
Currently I have the form opening with a dialog box where the user puts in
part or all of a customer name. Then a button opens the real form in
datasheet view showing only 2 fields. The user scrolls down until the
intended name is found then double clicks to open the form in form view.
The user then must be able to scroll back and forth through the recordset in
form view.
Should I based the recordsource of the form on a table, a query in the
recordsource property of the form or is there a faster way. Also, is the
form structure I've chosen the best option.
Of course it works great on my pc but slows on a network.
Thanks in advance for any and all help.
Jan