gunslingor
Registered User.
- Local time
- Today, 02:20
- Joined
- Jan 13, 2009
- Messages
- 50
My DB has a front end and a back end. There are currently about 10 tables and 5 forms and roughly 1000 lines of code.
All my table names are like this, for example: CYBER_ASSETS, MFR_MODELS, IP_ADDRESSES
All my form names are like this, for example: VIEW_CYBER_ASSETS, EDIT_CYBER_ASSETS, NEW_IP
This happened because a unexperienced contractor started this DB, now I've rebuilt a good portion of it and its my responsibility to finish development.
I want my table names to look like this: tbl_Cyber_Assets, tbl_Mfr_Models, tbl_IP_Addresses
I want my forms to look like this: frm_View_Cyber_Assets, frm_Edit_Cyber_Assets, frm_New_IP
However, I have tons of code and a lot of strings that define SQL statements and I am sure if I just rampage thru and change the names in the backend and relink that I'll break EVERYTHING!
Is there an easy way to do this? Am I being to picky? Should I just shutup and maintain the existing format or should I spend lots of time finding and replacing names in my code?
Thanks Peeps
All my table names are like this, for example: CYBER_ASSETS, MFR_MODELS, IP_ADDRESSES
All my form names are like this, for example: VIEW_CYBER_ASSETS, EDIT_CYBER_ASSETS, NEW_IP
This happened because a unexperienced contractor started this DB, now I've rebuilt a good portion of it and its my responsibility to finish development.
I want my table names to look like this: tbl_Cyber_Assets, tbl_Mfr_Models, tbl_IP_Addresses
I want my forms to look like this: frm_View_Cyber_Assets, frm_Edit_Cyber_Assets, frm_New_IP
However, I have tons of code and a lot of strings that define SQL statements and I am sure if I just rampage thru and change the names in the backend and relink that I'll break EVERYTHING!
Is there an easy way to do this? Am I being to picky? Should I just shutup and maintain the existing format or should I spend lots of time finding and replacing names in my code?
Thanks Peeps