P
Pat Lambuth
I'm using a VB program with Access 97 on Windows XP.
I am the user of a program and am having a problem inputting data. I'm
getting an Error 6 Overflow. There are only 8 fields in this table and of
these only 3 are fillable.
The first field is choosing among a list (contained in a linked table), the
second entering a date, and the third is a memo field.
I am entering less than 50 characters in the memo field so the overflow
shouldn't be here. Although looking at the record associated with my data
everything is complete except the memo field.
As I am only the user I don't have access to the code. From what I've read
I can insert up to 65,536 characters in a memo field. It is possible that
the code is filling in another field that I don't know about but I can't find
a field in any of the tables or linked databases that it could be filling.
If anyone has any ideas I'd appreciate them.
Thanks in advance.
Pat
I am the user of a program and am having a problem inputting data. I'm
getting an Error 6 Overflow. There are only 8 fields in this table and of
these only 3 are fillable.
The first field is choosing among a list (contained in a linked table), the
second entering a date, and the third is a memo field.
I am entering less than 50 characters in the memo field so the overflow
shouldn't be here. Although looking at the record associated with my data
everything is complete except the memo field.
As I am only the user I don't have access to the code. From what I've read
I can insert up to 65,536 characters in a memo field. It is possible that
the code is filling in another field that I don't know about but I can't find
a field in any of the tables or linked databases that it could be filling.
If anyone has any ideas I'd appreciate them.
Thanks in advance.
Pat