NearImpossible
Registered User.
- Local time
- Today, 14:14
- Joined
- Jul 12, 2019
- Messages
- 225
I currently have a FE/BE database, that was created by a former coworker, that has been modified over time and the maintenance was not maintained in the best manner.
When new "Features" were added, new tables were created in the BE, new Forms, Queries and Reports were created in the FE, but when these "Features" were determined to not be needed, all he did was just delete the buttons from the FE forms, resulting in several tables, forms, queries, macros and reports that are no longer in use.
I've tried to rifle through the code on each form and remove the unneeded code and objects, but it is proving to be a daunting task, not to mention the overall FE could use a redesign.
What I would like to do is make a new database in SQL and start from scratch on a new Access FE and just import the applicable tables, including their PKs, Indexes, Relationships and default values, to the new database as i'm working on that section of the new FE so I don't run the risk of accidentally deleting any production data.
Obviously these tables will be a current snapshot at the time they are Exported/Imported, so once the new FE is completed I would then delete all tables from the new DB and do a fresh "Export/Import of just the applicable tables so all the data is current.
Any thoughts / suggestions on the best way forward?
When new "Features" were added, new tables were created in the BE, new Forms, Queries and Reports were created in the FE, but when these "Features" were determined to not be needed, all he did was just delete the buttons from the FE forms, resulting in several tables, forms, queries, macros and reports that are no longer in use.
I've tried to rifle through the code on each form and remove the unneeded code and objects, but it is proving to be a daunting task, not to mention the overall FE could use a redesign.
What I would like to do is make a new database in SQL and start from scratch on a new Access FE and just import the applicable tables, including their PKs, Indexes, Relationships and default values, to the new database as i'm working on that section of the new FE so I don't run the risk of accidentally deleting any production data.
Obviously these tables will be a current snapshot at the time they are Exported/Imported, so once the new FE is completed I would then delete all tables from the new DB and do a fresh "Export/Import of just the applicable tables so all the data is current.
Any thoughts / suggestions on the best way forward?