DomMax

  • Thread starter Thread starter Christian Schartner
  • Start date Start date
C

Christian Schartner

Hallo NG,

Is it possible to get a value with to conditions:

f.e.:

DomMax(........;"[Date]>#01.01.2003#" AND "[Dist]=500")

Christian Schartner

from Salzburg
 
Christian Schartner said:
Hallo NG,

Is it possible to get a value with to conditions:

f.e.:

DomMax(........;"[Date]>#01.01.2003#" AND "[Dist]=500")

Christian Schartner

from Salzburg

Is "DomMax" the same as "DMax"? Assuming it is, then yes; just take
out the internal quotes:

DomMax(........;"[Date]>#01.01.2003# AND [Dist]=500")
 
Back
Top