Recently i got knowledge of the fact that in Access2007, a new property was added for fields of type memo, namely 'AppendOnly'.
Because i need a way to get informed about the date an extra info concerning a client was added, i thought that the use of this property could be the solution. So i changed the property 'appendonly ' of the field 'info' of type memo in my table tblClients to 'true'.
On my form frmClients I have a button when clicked, popups a small form with a control that displays the content of the memofield of the current client. this control is bounded to the field 'info' in my table 'tblClients'
When i right click on this control 'n this popup form i can choose for displaying the history of changes made to this field. But in practice when i right click on this control i get the message : 'Can't find the field'. What am i doing wrong?
Because i need a way to get informed about the date an extra info concerning a client was added, i thought that the use of this property could be the solution. So i changed the property 'appendonly ' of the field 'info' of type memo in my table tblClients to 'true'.
On my form frmClients I have a button when clicked, popups a small form with a control that displays the content of the memofield of the current client. this control is bounded to the field 'info' in my table 'tblClients'
When i right click on this control 'n this popup form i can choose for displaying the history of changes made to this field. But in practice when i right click on this control i get the message : 'Can't find the field'. What am i doing wrong?