how do I link a subform to a list in main form vba access

一曲冷凌霜 提交于 2019-12-13 05:16:05

问题


I have a subform that I want to link to a list on main form, and If I change the value in list, then the content of subform should be changed to, how can I do this job?


回答1:


CLick on your subform frame and use the link properties:

The Link Master Fields should be your listbox, and the Link Child Fields should be its corresponding foreign key field in the subform.



来源:https://stackoverflow.com/questions/18654603/how-do-i-link-a-subform-to-a-list-in-main-form-vba-access

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