C
cindy muth
Record is too large. (Error 3047)
You defined or imported a table with records larger than
2K. This error occurs when you enter data into the record -
not when you define the table structure. Redefine the
table by making some fields shorter, removing unneeded
fields, or moving some fields to other tables.
I am running a query that attempts to parse a memo field
into 150 line items with a field size of 75.
How can I correct this problem?
Thanks for your help, cm
You defined or imported a table with records larger than
2K. This error occurs when you enter data into the record -
not when you define the table structure. Redefine the
table by making some fields shorter, removing unneeded
fields, or moving some fields to other tables.
I am running a query that attempts to parse a memo field
into 150 line items with a field size of 75.
How can I correct this problem?
Thanks for your help, cm