Running an update query to a memo field

佐手、 提交于 2019-12-13 18:16:45

问题


This may be a simple one (whether it is possible or not).. I have two tables which are identical with a set of records. I need to find the best way that when one of the memo fields is modified, that the modifications get carried to the identical record on the corrisponding identical table. In many cases the field may have hundreds of words.. The only way that i know how to potentially do this is using an update query, but i am wondering if the test within is really large, will it break? Or is there another way? Thanks, A


回答1:


Since you're working with Access 2010 you can use an After Update data macro to copy the changes back to the main table:

For more information see

Create a data macro



来源:https://stackoverflow.com/questions/21893437/running-an-update-query-to-a-memo-field

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!