Hi,
I have a Memo Field, which Users update to provide a running commentary on issues. The journal page is read-only and the comments are added to the table via a seperate comments form. The reason for this is that everyone needs to be able to read the journal but only authorised Users have access to the Comments Form i.e.can add comments. The problem is that after update I can't get the Memo Field to refresh. I've tried various forms / combinations of requery and refresh e.g. [Forms]![FormName]![fieldName].Requery among others but nothing other than closing and reopening the Form appears to work. Are there any other VBA commands which I could try, or any reasons why it might not want to refresh? It's really driving me bonkers....
Many thanks for your help in advance
ffripp
I have a Memo Field, which Users update to provide a running commentary on issues. The journal page is read-only and the comments are added to the table via a seperate comments form. The reason for this is that everyone needs to be able to read the journal but only authorised Users have access to the Comments Form i.e.can add comments. The problem is that after update I can't get the Memo Field to refresh. I've tried various forms / combinations of requery and refresh e.g. [Forms]![FormName]![fieldName].Requery among others but nothing other than closing and reopening the Form appears to work. Are there any other VBA commands which I could try, or any reasons why it might not want to refresh? It's really driving me bonkers....
Many thanks for your help in advance
ffripp
Comment