R
RezaE
I have been searching the net for the past 2 weeks trying to come up
with a solution for this and so far I have found other people with
the same problem but no solution. So for all the Access enthusiast,
here it goes;
I have a form that updates a table (on the network) containing some text
fields and a memo field by adding or editing records. The form’s text
boxes are all Unbound and I have a list box which retrieves the desired
record to be updated. I put a save button to perform the Edit or Add
depending if the record existed or not. All works well until the memo
field gets close to or larger than 2k and then ERROR 3188 during
editing. I know it’s probably caused by the way the DAO updates the
data (2k pages at a time) but what I don’t know is how to fix it. Is
there a way to increase this limit? I read somewhere that AppendChunk is
a possibility but I can’t figure how to use it if I got only 1 table and
I am trying to Edit the memo field from an Unbound text box in a form.
Any suggestion will be appreciated.
with a solution for this and so far I have found other people with
the same problem but no solution. So for all the Access enthusiast,
here it goes;
I have a form that updates a table (on the network) containing some text
fields and a memo field by adding or editing records. The form’s text
boxes are all Unbound and I have a list box which retrieves the desired
record to be updated. I put a save button to perform the Edit or Add
depending if the record existed or not. All works well until the memo
field gets close to or larger than 2k and then ERROR 3188 during
editing. I know it’s probably caused by the way the DAO updates the
data (2k pages at a time) but what I don’t know is how to fix it. Is
there a way to increase this limit? I read somewhere that AppendChunk is
a possibility but I can’t figure how to use it if I got only 1 table and
I am trying to Edit the memo field from an Unbound text box in a form.
Any suggestion will be appreciated.