Public Function NowUniqueWithSleep( _ ByVal vAnything As Variant _ ) As Date
? NowUnique(1): ? NowUnique(2): ? NowUnique(3) 5/3/96 10:45:23 PM 5/3/96 10:45:24 PM 5/3/96 10:45:24 PM ? NowUniqueWithSleep(1): ? NowUniqueWithSleep(2): ? NowUniqueWithSleep(3) 5/3/96 10:45:44 PM 5/3/96 10:45:45 PM 5/3/96 10:45:46 PMSee also:
NowUniqueWithSleepDT Function (In file ESTINAC2.TXT, et. al.) NowUnique Function NowTimer Function RandomLongArg 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.