T
Tom Brown
I have a couple of hundred DSum functions pulling detail information in my
report.
Here is an example of one of them:
=nz(DSum("Amount","tbl_NUS1TaxYr2006","TaxType=""" & "accr" & """ and
PLPCTR=""" & "P220703" & """ "),0)
Since I created a new table, tbl_NUS1, I want all these functions in the
report to now point to that table.
Is there any way to do a find-replace operation so that all the
"tbl_NUS1TaxYr2006" can be changed
to "tbl_NUS1" at the same time? Otherwise, do I have to go into each
function and change them by hand?
Thanks for your help.
Tom
report.
Here is an example of one of them:
=nz(DSum("Amount","tbl_NUS1TaxYr2006","TaxType=""" & "accr" & """ and
PLPCTR=""" & "P220703" & """ "),0)
Since I created a new table, tbl_NUS1, I want all these functions in the
report to now point to that table.
Is there any way to do a find-replace operation so that all the
"tbl_NUS1TaxYr2006" can be changed
to "tbl_NUS1" at the same time? Otherwise, do I have to go into each
function and change them by hand?
Thanks for your help.
Tom