Public Function NowUnique( _ ByVal vAnything As Variant _ ) As Date
? NowUnique(1) 5/3/96 10:43:20 PM ? NowUnique(2) 5/3/96 10:43:24 PM ? NowUnique(3) 5/3/96 10:43:27 PMSee also:
NowUniqueDT Function (In file ESTINAC2.TXT, et. al.) NowUniqueWithSleep Function NowTimer Function RandomLongArg Function SequenceLong FunctionvAnything: The value of one or more columns within the Access Query. For each unique value of the expression passed via vAnything, Microsoft Access will call this function once to get the current time. If one or more Query rows have the same value for vAnything, Microsoft Access will use the previous result that was calculated by calling the function with the same argument. (There is no way to tell Microsoft Access that a function is "volatile" and to cause it to evaluate the function once for each row within the Query.)
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.