Hi Everyone,
I have a form that has about 50 dlookups to a query that narrows all records of my main table, down to one record.
Needless to say, this form takes 10-15 seconds to load. I've used dlookups because i want to load the data in the numerous text box fields, to allow the user to make any changes, and press a "save" button, which saves a copy of the record with any new changes, back into the main table as a new entry.
I think doing a DOA.recordset on form's open and copying the records values into my textboxs via vba may be a faster alternative? Not sure, whats best or where to begin.
Thanks
I have a form that has about 50 dlookups to a query that narrows all records of my main table, down to one record.
Needless to say, this form takes 10-15 seconds to load. I've used dlookups because i want to load the data in the numerous text box fields, to allow the user to make any changes, and press a "save" button, which saves a copy of the record with any new changes, back into the main table as a new entry.
I think doing a DOA.recordset on form's open and copying the records values into my textboxs via vba may be a faster alternative? Not sure, whats best or where to begin.
Thanks
Last edited: