Code:
=DSum("AcctGroupID","2_Account_Group"," [AcctGroupName] = *" & [txtFilterType] & "*")
=DSum("Column","Table"," [Column] = *" & [textLabel] & "*")
=DSum("AcctGroupID","2_Account_Group"," [AcctGroupName] = *" & [txtFilterType] & "*")
=DSum("Column","Table"," [Column] = *" & [textLabel] & "*")
(=DSum("[AcctGroupID]","2_Account_GroupQ"," [AcctGroupName] = '" & [txtFilterType] & "'")
=DSum("AcctGroupID","2_Account_Group","[AcctGroupName] [B][U]LIKE '[/U][/B]" & [txtFilterType] & "*[B][U]'[/U][/B]")
=DSum("Column","Table","[Column] [B][U]LIKE '[/U][/B]" & [textLabel] & "*[B][U]'[/U][/B]")
Comment