Hi Forum,
Have just finished our new Statement system and saved 2.4Mb in Database size. Was 352,892KB, Now 350,432KB
The old system relied on a shoe box, or bigger, full of Select Queries, Temp Tables and Update & Append Queries to create 3 different versions of a Statement via Macros.
The reason we had three versions is because using Temp Tables prevented two users from calling the same statement at the same time. Also, one version showed all the Loans whereas the other versions displayed just one loan.
End result... 63 database objects replaced by One Report with some vba code and data source being an sql query in the report.
Now one report can display all loans or just selected loans depending on the Command Button and filter used.
All users can now open the same report at the same time.
I know many will cringe at the 63 above
but would our database be the only one that has just "grown" like your garden when left unattended?
Off to do some more "Weeding" and thanks for the support from this Forum.
Have just finished our new Statement system and saved 2.4Mb in Database size. Was 352,892KB, Now 350,432KB
The old system relied on a shoe box, or bigger, full of Select Queries, Temp Tables and Update & Append Queries to create 3 different versions of a Statement via Macros.
The reason we had three versions is because using Temp Tables prevented two users from calling the same statement at the same time. Also, one version showed all the Loans whereas the other versions displayed just one loan.
End result... 63 database objects replaced by One Report with some vba code and data source being an sql query in the report.
Now one report can display all loans or just selected loans depending on the Command Button and filter used.
All users can now open the same report at the same time.
I know many will cringe at the 63 above

Off to do some more "Weeding" and thanks for the support from this Forum.
