Aug 2, 2002 #1 JUDGE27 MIS Joined Jul 20, 2002 Messages 47 Location AU Can anybody shed some light on this error: ARITHMETIC OVERFLOW ERROR CONVERTING NUMERIC TO DATATYPE NUMERIC What exactly should I be looking for as the error doesn't exactly specify which field is in breach. Thanks in Advance
Can anybody shed some light on this error: ARITHMETIC OVERFLOW ERROR CONVERTING NUMERIC TO DATATYPE NUMERIC What exactly should I be looking for as the error doesn't exactly specify which field is in breach. Thanks in Advance
Aug 2, 2002 #2 r937 Technical User Joined Jun 30, 2002 Messages 8,847 Location CA look for a number being assigned to a numeric field that is too small to hold a number that size that's about all we can do for you with the information you've given us ;-) rudy http://rudy.ca/ Upvote 0 Downvote
look for a number being assigned to a numeric field that is too small to hold a number that size that's about all we can do for you with the information you've given us ;-) rudy http://rudy.ca/
Aug 2, 2002 #3 fluteplr Programmer Joined Oct 23, 2000 Messages 1,599 Location US Or depending on how accurate the error messages are in your database since you did not specify what you are using, a divide by zero error. Upvote 0 Downvote
Or depending on how accurate the error messages are in your database since you did not specify what you are using, a divide by zero error.