访问:计算项目的使用时间

时间:2017-12-17 16:44:44

标签: ms-access ms-access-2010

我有两张桌子:

表格Consent Archiving是唯一商品的列表。

Table1是n行与Consent Archiving的1项的关联。

我希望在Count的{​​{1}}列中,将某个项目重复到Consent Archiving的次数。

enter image description here enter image description here

1 个答案:

答案 0 :(得分:0)

不是查询,构建看起来像提到的表,更好的选择吗?如果这样在Table1上构建它,只需为"同意存档"添加group by子句。带计数(*)功能。