Out of string space error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form with a subform but for some reason when I try to add a record
into the subform I get a out of string space error. I don't know if this
have anything to do with it but my first field is a date field. If anyone
can help I would really appreciate it.
 
Hi, Leslie.
I have a form with a subform but for some reason when I try to add a record
into the subform I get a out of string space error.

Is your VBA code trying to allocate space for a string of 65,485 characters
or more? That would cause this problem. If not, please see the following
Web page, and read the section, "Out of string space (Error 14)," for more
information:

http://support.microsoft.com/default.aspx?id=142138

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blogs: www.DataDevilDog.BlogSpot.com, www.DatabaseTips.BlogSpot.com
http://www.Access.QBuilt.com/html/expert_contributors2.html for contact
info.
 
Back
Top