Hi all,
I'm using an INSERT INTO query (in a standard VBA module) and one of the fields in the underlying table is set to MEMO.
Query runs okay, but only the first 255 characters are inserted. When I Debug.Print to the Immediate Window, all 423 characters are displayed correctly.
Please advise.
Thanks in advance.
I'm using an INSERT INTO query (in a standard VBA module) and one of the fields in the underlying table is set to MEMO.
Query runs okay, but only the first 255 characters are inserted. When I Debug.Print to the Immediate Window, all 423 characters are displayed correctly.
Please advise.
Thanks in advance.
