I'm designing a split FE/BE reporting application that will replace FormFlow forms.
Currently, the number of FormFlow forms is ~230.
I’ve analyzed the FormFlow forms and determined that I can combine multiple of these forms into one Access form/report. However, I anticipate that my FE forms database will grow to approximately 125-150 forms/reports.
I've never attempted to develop an application with this scope in Access. Does anyone have any advice on large frontend databases? What is the practical size that a frontend can get? What things should I be considering? What things should I avoid doing?
Each report will be 4 or 5 pages on length. Since each report contains a considerable amount of information, I placed a tab control on my data entry form. Each tab of the control is used to input/display the different sections of the report (e.g., customer info, smoke test, leak test, noise test, particle test, velocity test, light test, sound test, and remarks)
All of the report sections, with the exception of the velocity section, will be common to each report. The velocity section is a subform on the tab control and is what makes the reports different. In most cases the differences are significant. In cases where the velocity sections are similar, I've determined that I can combine multiple FormFLow reports into one Access form.
Thanks for your advice.
Currently, the number of FormFlow forms is ~230.
I’ve analyzed the FormFlow forms and determined that I can combine multiple of these forms into one Access form/report. However, I anticipate that my FE forms database will grow to approximately 125-150 forms/reports.
I've never attempted to develop an application with this scope in Access. Does anyone have any advice on large frontend databases? What is the practical size that a frontend can get? What things should I be considering? What things should I avoid doing?
Each report will be 4 or 5 pages on length. Since each report contains a considerable amount of information, I placed a tab control on my data entry form. Each tab of the control is used to input/display the different sections of the report (e.g., customer info, smoke test, leak test, noise test, particle test, velocity test, light test, sound test, and remarks)
All of the report sections, with the exception of the velocity section, will be common to each report. The velocity section is a subform on the tab control and is what makes the reports different. In most cases the differences are significant. In cases where the velocity sections are similar, I've determined that I can combine multiple FormFLow reports into one Access form.
Thanks for your advice.