Store infrequently updated tables in the local MDB

Often, an application contains several forms that use the same remote table—for example, as the source for a list box or combo box. If the data in the table doesn't change frequently, you can speed up form loading and reduce server load by using one of the following techniques:

There is no code example for this fragment as it depends so much on the scenario involved.