Overflow message

G

Guest

Hello all

I receive an Overflow message when I try to run a crosstab query. The
strange thing is the query I am performing the crosstab off of runs fine and
other crosstab queries in the database with the same number of records run
fine. I do not know how to diagnose the error. Any suggestions?

Thanks in advance
 
D

Douglas J. Steele

Sounds as though your data type is too small to hold the sum of the values.

If your fields are Integer, try changing them to Long Integers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top