W
Wim
Are there any limits to the amount of VBA code that can be put into an Access
2003 database?
2003 database?
Chris O'C via AccessMonster.com said:You ran into another limit. Each data page in Jet 4.0 is 4 KB, so no record
can exceed the space left over in that data page after subtracting the space
necessary for the page definition and row definitions. You can hit the 4 KB
limitation with as few as 16 max length (255) text fields.
Chris
Microsoft MVP
Thank you, Chris, for those numbers. They are very reassuring!
And, yes, I will stay well below the limits - I have already experienced
that Access can get out of control long before the limits are reached (in my
case it happened because I had too many fields in a table - but nowhere near
the official limit of 255).
Thanks.
[quoted text clipped - 13 lines]The limits are:Are there any limits to the amount of VBA code that can be put into an Access
2003 database?
Chris O''C said:David Fenton has instructions and sample code for unbound memo fields.
They're located near the end of his post.
http://groups.google.com/group/comp.databases.ms-access/msg/25e3524610bcbb79
Chris
Microsoft MVP