R
Roy Goldhammer
Hello there
I have form which is bound to query contains many tables. and the tables are
being updated for the form.
In the form there are some data that should be shown on the form and not be
updated.
there are 3 ways i know to do it:
1. add the tables of the require fields to query and show them.
2. use dlookup on the control source of the text boxes in the form and bring
the data.
3. open recordset for each one of them and bring it on form load.
The option selected before is 2. and the form is loaded very slow (10
seconds when the network isn't busy)
which is the best way to do that?
I have form which is bound to query contains many tables. and the tables are
being updated for the form.
In the form there are some data that should be shown on the form and not be
updated.
there are 3 ways i know to do it:
1. add the tables of the require fields to query and show them.
2. use dlookup on the control source of the text boxes in the form and bring
the data.
3. open recordset for each one of them and bring it on form load.
The option selected before is 2. and the form is loaded very slow (10
seconds when the network isn't busy)
which is the best way to do that?