I have a database that works well for a project that runs at a State level. I now have a new project with very similar data tracking requirements, but it is a shire (county/province) level.
The essential data is the same, but there are some obvious changes. For example, the original database tracks the Shire that work is conducted in; the Shire database will track against the region.
What is the best way to repurpose my database? I see three options:
1. Start from scratch. Use the original database as a reference only. Where feasible, copy forms/reports across and reset the properties for fields against my new tables. This seems to be the cleanest option, but the requiring the most time inputs.
2. Use the current database. Rename fields in tables; update as I hit them in the other elements. I see that this is the potentially the most frustrating.
3. Use the current database. Leave the field names alone; change the labels in the forms/reports to reflect the new data types. This strikes me as the quickest, but potentially the most dangerous option.
Comments?
The essential data is the same, but there are some obvious changes. For example, the original database tracks the Shire that work is conducted in; the Shire database will track against the region.
What is the best way to repurpose my database? I see three options:
1. Start from scratch. Use the original database as a reference only. Where feasible, copy forms/reports across and reset the properties for fields against my new tables. This seems to be the cleanest option, but the requiring the most time inputs.
2. Use the current database. Rename fields in tables; update as I hit them in the other elements. I see that this is the potentially the most frustrating.
3. Use the current database. Leave the field names alone; change the labels in the forms/reports to reflect the new data types. This strikes me as the quickest, but potentially the most dangerous option.
Comments?