G
Guest
I have a very small Access file that computes totals for money owed.
It contains one table that has information that is input by hand.
It also contains one query that pulls some of the information from that table,
including costmo1 and costmo2, and two formulas (see below).
Monthly Cost: (0+Nz([costmo1]))+(0+Nz([costmo2]))
Total Cost: [Monthly Cost]*6
The query generates everything correctly.
We use mail merge to create bills to be mailed
It has worked fine for two years. It was created in Office 2000.
We upgraded to Office 2003 and the user has used it with 2003 successfully.
All of the sudden, the Word document will not see the query.
If I change the formula for Monthly Cost to a simple thing like 2*5 and save
the query, the word document will see the query.
When I try to create a brand new mail merge document, the query still cannot
be seen with the original formula.
Can you help me?
It contains one table that has information that is input by hand.
It also contains one query that pulls some of the information from that table,
including costmo1 and costmo2, and two formulas (see below).
Monthly Cost: (0+Nz([costmo1]))+(0+Nz([costmo2]))
Total Cost: [Monthly Cost]*6
The query generates everything correctly.
We use mail merge to create bills to be mailed
It has worked fine for two years. It was created in Office 2000.
We upgraded to Office 2003 and the user has used it with 2003 successfully.
All of the sudden, the Word document will not see the query.
If I change the formula for Monthly Cost to a simple thing like 2*5 and save
the query, the word document will see the query.
When I try to create a brand new mail merge document, the query still cannot
be seen with the original formula.
Can you help me?