Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP!!!!!! RUNTIME 6 ERROR "overflow"

Status
Not open for further replies.
Aug 23, 2005
43
US
Hey all! I am getting a runtime 6 error message "overflow". My database was working fine, and then I replicated it. Now when logging out on a replica...before closing...this message pops up. All updated info..is updated and kept in the tables. But updated info does not show up in reports. Any clues?

Thanks.
Madetoheal13
 
No division by zero ?
No huge number stored in too small data type ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
I guess the problem is with AutoNumber fields.
Before replication: Long (4 bytes)
After replication: GUID (16 byres)

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
After more investigations the new AutoNumbers aren't necessarly GUID but random Long.
I suspect an Integer variable you should dim as Long.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top