J
jj
This Access Db has >250 Forms. Most have an item with a specific descriptive
named object that is no longer necessary and needs to be replaced with a
different descriptive name.(i.e. "pagerNo" to "eMail"). This can be easily
done in the vba code objects attached to each form with a Find/ReplaceAll in
the code.
Is there a way of Find/ReplaceAll within the DBs All Forms object
properties? (i.e. ReplaceAll properties within all form objects with "eMail"
where they are named or designated "pagerNo". Now, I tab to such named
objects within a form and manually rename each. There has to be a faster
way..similiar to changing within 5000 lines of vba code (Find/ReplaceAll) in
an instant?
named object that is no longer necessary and needs to be replaced with a
different descriptive name.(i.e. "pagerNo" to "eMail"). This can be easily
done in the vba code objects attached to each form with a Find/ReplaceAll in
the code.
Is there a way of Find/ReplaceAll within the DBs All Forms object
properties? (i.e. ReplaceAll properties within all form objects with "eMail"
where they are named or designated "pagerNo". Now, I tab to such named
objects within a form and manually rename each. There has to be a faster
way..similiar to changing within 5000 lines of vba code (Find/ReplaceAll) in
an instant?