Out of string space error

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.
 
6

'69 Camaro

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top