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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access 97 "Overflow" message

Status
Not open for further replies.

DSKwaj

MIS
May 31, 2001
4
0
0
US
I just appended 171 additional records to a table.

I then went to run a query that uses this table and now get an "overflow" message and the query returns nothing.

If I remove the 171 records the query works as intended.

Anyone have an idea where I should start looking for a resolution to this problem???

Thanks
 
If you have a counter which decrements with each record, you may have dim'd it improperly. For example, if you dim the counter as byte, it will overflow on the 256th record.

mac
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top