M
Maria
I am using Access 2000
I want to create a field in a query that will give me the
latest date within a date field for all records that have
the same serial#. This is the formula that I used.
Where "calibrationdata" is the Table, [caldate] is the
field I want the max date picked from for "serial" number
that are alike.
DMax([Calibrationdata]![CalDate],"calibrationdata",
[CalibrationData]![Serial])
It came of with "error" in some records and in others it
gave me a number such as "2.99877780".
Can anyone tell me what I have done wrong?? This is the
first time I have tried to use DMAX.
Maria
I want to create a field in a query that will give me the
latest date within a date field for all records that have
the same serial#. This is the formula that I used.
Where "calibrationdata" is the Table, [caldate] is the
field I want the max date picked from for "serial" number
that are alike.
DMax([Calibrationdata]![CalDate],"calibrationdata",
[CalibrationData]![Serial])
It came of with "error" in some records and in others it
gave me a number such as "2.99877780".
Can anyone tell me what I have done wrong?? This is the
first time I have tried to use DMAX.
Maria