gbshahaq
Sham
- Local time
- Today, 17:49
- Joined
- Apr 21, 2004
- Messages
- 52
I have an Excel sheet pulling data from an Access database, and this has been running happily for months.
Now I get a "division by zero [null] error message when pulling some of the data - looking at 1 specific access table.
If I open this in MS Query, it opens fine, but gives the error on "Return data to Excel". It also runs fine when I run the query in the database.
Any clue in the (simple) SQL?
please help - this is driving me bananas - and i really want to avoid a copy-paste job!!!
Shammy
Now I get a "division by zero [null] error message when pulling some of the data - looking at 1 specific access table.
If I open this in MS Query, it opens fine, but gives the error on "Return data to Excel". It also runs fine when I run the query in the database.
Any clue in the (simple) SQL?
Code:
SELECT q_MAIN_SAH.Adviser, q_MAIN_SAH.Month, q_MAIN_SAH.`%_SAH_Tgt_Achieved`, q_MAIN_SAH.MONTH_NUMBER
please help - this is driving me bananas - and i really want to avoid a copy-paste job!!!
Shammy