I have an extremely large data entry form (think 500 - 600 various combo/text/chkbox objects).
Despite personal objections, all objects must be present in a single visual end-user form.
....
In terms of load speed, processing, form automations and vba -- what is the fastest and most effective way of dealing with this monstrous form?
Would division into multiple subforms negatively impact the already slow load speed?
Are there any tricks to "speed up" load time for this form?
Are there any tricks to speed up processing and backend data interaction for this form? (various end-user access is given/denied to portions of form via log-in, automated notifications are distributed based on certain submitted fields, data auditing of all fields is enabled, dynamic normalization of data occurs, dynamic formatting of data occurs, etc.)
:banghead:
Despite personal objections, all objects must be present in a single visual end-user form.
....
In terms of load speed, processing, form automations and vba -- what is the fastest and most effective way of dealing with this monstrous form?
Would division into multiple subforms negatively impact the already slow load speed?
Are there any tricks to "speed up" load time for this form?
Are there any tricks to speed up processing and backend data interaction for this form? (various end-user access is given/denied to portions of form via log-in, automated notifications are distributed based on certain submitted fields, data auditing of all fields is enabled, dynamic normalization of data occurs, dynamic formatting of data occurs, etc.)
:banghead: