P
Paul B.
I am using a Dlookup statement to update a text box which is working fine
except for some of the entries. I get an error message (below) and I cannot
figure out what is wrong.
The table field is 255 characters (I know it's too big, but for now I still
working on it) and the forms text box is bound to the field in the table.
I have tested the different text formats, and it doesn't seem to care about
brackets, apostrophies, dashes or other symbols.
It seems to die if the field has more than 30 characters.
Any ideas would be appreciated...
If you are interested, this is the error:
-----------------------------------------------------------------------------------------------
Run-Time error '-2147352567 (800200009)'
The field is too small to accept the amount of data you attempted to add.
Try inserting or pasting less data.
-----------------------------------------------------------------------------------------------
except for some of the entries. I get an error message (below) and I cannot
figure out what is wrong.
The table field is 255 characters (I know it's too big, but for now I still
working on it) and the forms text box is bound to the field in the table.
I have tested the different text formats, and it doesn't seem to care about
brackets, apostrophies, dashes or other symbols.
It seems to die if the field has more than 30 characters.
Any ideas would be appreciated...
If you are interested, this is the error:
-----------------------------------------------------------------------------------------------
Run-Time error '-2147352567 (800200009)'
The field is too small to accept the amount of data you attempted to add.
Try inserting or pasting less data.
-----------------------------------------------------------------------------------------------