Hi Everybody.
I'm trying to build a Dmax function that include more criteria. But I have some problems.
Here I post the 2 DMax function:
DMax("age", "data", "[id_name] = " & Me.ccName)
DMax("age", "data", "[id_address] = " & Me.ccAddress)
I need that the 2 are together so I will receive as...