我two sub-forms
在 access 2010 中有一个主表单。我希望它是当我在一个子表单中选择一条记录时,另一个子表单显示一个相关字段。
例如,当A record (date)
在一个子窗体中被选中时,The notes (a memo field)
应显示在随附的子窗体中。
我有一个表格,用户在一个字段中做笔记是为了日期,另一个是笔记。我想create a sub-form that displays only the notes (form B)
在同一表单(FormA)上的子表单(Form C)中选择日期时。
我需要它,因为主表单允许用户搜索将填充表单 C 的一些值。