M
Mark Wickett
Hi,
I have a UNION query that has started to generate an "Overflow" error
message when I execute it.
The SQL is "select * from query1 union select * from query2".
Both "query1" and "query2" execute fine when I try them separately - I only
get the "Overflow" in the union query. Both "query1" and "query2" have
identical fields (20 of them) in identical formats - the data is just sourced
from two distinct tables. Only "query1" has a calculation to add two numbers
together, so I can't see anything likely to cause a "divide by zero" error.
What is particularly puzzling is that this union query has been used
(unchanged) on a weekly basis for the last two years without error...!
Anyone have any ideas?
Thanks,
Mark
I have a UNION query that has started to generate an "Overflow" error
message when I execute it.
The SQL is "select * from query1 union select * from query2".
Both "query1" and "query2" execute fine when I try them separately - I only
get the "Overflow" in the union query. Both "query1" and "query2" have
identical fields (20 of them) in identical formats - the data is just sourced
from two distinct tables. Only "query1" has a calculation to add two numbers
together, so I can't see anything likely to cause a "divide by zero" error.
What is particularly puzzling is that this union query has been used
(unchanged) on a weekly basis for the last two years without error...!
Anyone have any ideas?
Thanks,
Mark