I'm trying to use dcount() as countif() from excel and I'm not having much luck.
What I want to do is to report how many times a record's respective Layer 2 occurs throughout the database in a query.
For the Frequency Column the formula I have is:
Freq: dcount("*", "Repeat Address", "Layer 2" = [Layer 2])
"Repeat Address" is a Query
"Layer 2" is a text string that looks like "123, abc, 12345"
For the life of me I can't figure out the right arrangements of quotation marks .
Any help be greatly appreciated
What I want to do is to report how many times a record's respective Layer 2 occurs throughout the database in a query.
For the Frequency Column the formula I have is:
Freq: dcount("*", "Repeat Address", "Layer 2" = [Layer 2])
"Repeat Address" is a Query
"Layer 2" is a text string that looks like "123, abc, 12345"
For the life of me I can't figure out the right arrangements of quotation marks .
Any help be greatly appreciated