A AlLeX_Brd Registered User. Local time Today, 08:05 Joined Jul 4, 2005 Messages 19 Jul 7, 2005 #1 When I'm trying to execute a query using agregate functions. This error message occurs "Numeric Field Overflow". The table is linked to text file. Any idea? Last edited: Jul 7, 2005
When I'm trying to execute a query using agregate functions. This error message occurs "Numeric Field Overflow". The table is linked to text file. Any idea?
P Pat Hartman Super Moderator Staff member Local time Today, 01:05 Joined Feb 19, 2002 Messages 47,594 Jul 7, 2005 #2 Is it possible that the column you are aggregating contains non-numeric values>
A AlLeX_Brd Registered User. Local time Today, 08:05 Joined Jul 4, 2005 Messages 19 Jul 7, 2005 #3 May be you're right! I 've removed column with non-numeric values and for now is working. Thanks!
A AlLeX_Brd Registered User. Local time Today, 08:05 Joined Jul 4, 2005 Messages 19 Jul 7, 2005 #4 No Sometimes is working ,sometimes Not