LARiot
Programmer
- Feb 7, 2007
- 232
Hi.
Thanks in advance for any help.
A table column name was changed. Is there a simple way of changing, at once, all the column names used in the report text boxes? Something akin to the find and replace feature in other apps.
FYI, the control source of the text boxes combine columns and literal strings. E.g.
-Nima
Thanks in advance for any help.
A table column name was changed. Is there a simple way of changing, at once, all the column names used in the report text boxes? Something akin to the find and replace feature in other apps.
FYI, the control source of the text boxes combine columns and literal strings. E.g.
Code:
=[Loss] & "% blah blah blah" & 100 - [Loss] & "% blah blah blah"
-Nima