I really wish to save the whole string.I told you exactly how to do that back here. https://www.experts-exchange.com/questions/29016569/Why-am-I-Getting-Type-Miss-Match-when-Trying-to-set-an-Expression-Into-a-Text-Field.html?anchor=a42096754¬ificationFollowed=187641806&anchorAnswerId=42095621#a42095621 Did you use + rather than &? I also explained the difference.
For the benefit of all who may come across this thread, the keyword was to CLOSE the Table before Re-Querying .Updates are commited by the time the AfterUpdate event runs for EACH record. A Requery is required to make the form show added/deleted records. If you are working with a recordset to which you are making changes in a different process, you would need to close the recordset and reopen ti.
I remembered this from other experiences as it is the best way to force the table to commit all pending transactions on it (Add, Del, or Update)