I am using VB6.
I was wondering if anyone knows an easy way of how to return the 1/1000ths of a second. I need this for a type of self-defined time stamp when a record is save to a MDB table, where the time stamp is ALWAYS unique. The problem is that I may be saving 100 records in a loop and 3-4 records are getting saved with-in 1 second so the date/time in the time-stamp/key field(text) may be the same for the 3 or 4 records – I am getting duplication errors.
I do not want to do this by having to place another timer object on my form.
I am not looking for any answer but for the best/simplest answer, and can only accept an answer that does what I need, or I am going to have to figure out another approach entirely.
Considering the constant speed improvement of PCs, I want to use 1/1000th of a second incase in a few years, for example, the saving process happens much faster where maybe many many more records get saved with-in one second.
I appreciate any help!