Error opening table message

  • Thread starter Thread starter Curt Vavra
  • Start date Start date
C

Curt Vavra

I receive the following error message when I try to open a
table: "Property value is too large. (Error 3309)
You are trying to set a property value of an object to a
size greater than the largest permissible size of 2K.
Shorten the length of the property value."

I cannot find any information on this anywhere. If anyone
has any suggestions I would appreciate them. I have tried
repairing the database but that did not affect it.

It's Access 2003. Thank you.

Curt
 
Off the top of my head, it looks like you have a row size greater than
2000bytes defined, or a record that exceeds the limit.
 
Back
Top