I need to track the latest record entered in a table by the latest date. Is it right to use dmax() function with date. I am not getting the right syntax for it.
Dmax["[orddate]","[order]","[partno]"='"&[forms]![order]![partno]&"'")
Will this give me the latest order date of the part number?
Thanks for your help.