Moonshine
Registered User.
- Local time
- Today, 16:25
- Joined
- Jan 29, 2003
- Messages
- 125
Hi All
Due to our ICT department, we need to bring our databases upto their naming convention standards. I have one database, with over 23000 lines of code behind around 20 forms.
I have a table with the [Old Field Name] and [New Field Name] what i want to do, probably using a module is search through ALL the forms code, and find the [Old Field Name] and replace it with [New Field Name].
Ive done this for the Control Source of text boxes, and that works fine. I jsut cant get it to work for all the Code.
The table that holds the data is called "FieldMapping", and the field names are as above.
Due to our ICT department, we need to bring our databases upto their naming convention standards. I have one database, with over 23000 lines of code behind around 20 forms.
I have a table with the [Old Field Name] and [New Field Name] what i want to do, probably using a module is search through ALL the forms code, and find the [Old Field Name] and replace it with [New Field Name].
Ive done this for the Control Source of text boxes, and that works fine. I jsut cant get it to work for all the Code.
The table that holds the data is called "FieldMapping", and the field names are as above.