Karen
This may seem a bit off-topic, but let me start out asking about the
underlying tables ...
If, as I infer from your description, you have two tables with identical
fields, I have to ask "why?" It would be quite rare in a well-normalized
relational database to need "duplicate" tables.
If you'll describe what business need you are attempting to satisfy by using
two (?or more?!) identical tables, folks here may be able to offer alternate
suggestions that both take advantage of Access' strengths AND get your
original request satisfied.
Good luck!
Regards
Jeff Boyce
Microsoft Access MVP
--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.
Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.
You can thank the FTC of the USA for making this disclaimer
possible/necessary.
"Karen" <(E-Mail Removed)> wrote in message
news:876DDA67-D8B6-4298-876F-(E-Mail Removed)...
>I need to copy a report to create a second report, and am looking to know
>how
> to globally change formulas to a different table/query. The fields in the
> two tables are identical, the data results are different.
>
> Example of a Current formula:
> =Sum(IIf([Customer Sat Results database]![The service or information you
> received was appropriate and help]="Good",1,0))
>
>
> New report formula would be:
> =Sum(IIf([Internet Customer Sat Results database Query1]![The service or
> information you received was appropriate and help]="Good",1,0))
>
> there are about 96 formulas that need the table/query reference changed...
>
|