This is what I have:
=DCount(-"[Action Date]","Action Log","[Action Type] = 'Complete'")
I placed it in a criteria field in a Query. File Name reads "Action Date"
I need to count how many Records have an Action Date if the Action Type doesn't = Complete.
=DCount(-"[Action Date]","Action Log","[Action Type] = 'Complete'")
I placed it in a criteria field in a Query. File Name reads "Action Date"
I need to count how many Records have an Action Date if the Action Type doesn't = Complete.
Comment