Using Access 2007
I have an EventNote table with three fields:
The EventDetail form has a button to click to add notes, which will open to EventNoteData field (in Popup, Modal). I found out if you have more than one form opened or are adding data over 2K it will not save and you get the Error 3188. And, when you are adding a few lines of text, no problem.
I’ve been searching this past week and found out this is a known problem with Memo fields.
Has anyone by now found a solution?
I have an EventNote table with three fields:
1) EventNoteID - AutoNumber
2) EventID - Number
3) EventNoteData – Memo
2) EventID - Number
3) EventNoteData – Memo
The EventDetail form has a button to click to add notes, which will open to EventNoteData field (in Popup, Modal). I found out if you have more than one form opened or are adding data over 2K it will not save and you get the Error 3188. And, when you are adding a few lines of text, no problem.
I’ve been searching this past week and found out this is a known problem with Memo fields.
Has anyone by now found a solution?