I have a FE / BE Access Application accross our network and was doing some research into optimizing the speed. One consideration I came accross was to create a "Persistent Connection" by creating a bound form in the FE to one of the underlying linked
tables in the BE and set it as the startup form and place it in a hidden mode. Having it always open and bound creates the Persistent Connection I am guessing.
I already have a start up form that remains open throughout the User Session, but it is not a bound form. However, it does have some DLookup Function on it that looks at and retruns some values out of my "Authorized Users" table (linked table).
Are these DLookup's sufficient to create the Persistent Connection or do I have to go the "Bound Form" route?
Ken.