karatelung
Registered User.
- Local time
- Yesterday, 20:36
- Joined
- Apr 5, 2001
- Messages
- 84
I created an [EnteredOn] field to give a time stamp of when the record was added, and I plan on converting this field to the primary key. The problem is that I added this field after over 700 records were entered.
For the existing records, I want to run an update query that fills in the [EnteredOn] field with Now(). That's easy enough, but I want each record to increase by 1 second as it's updated so that each record has a unique time stamp. After that's done, the BeforeUpdate event will take care of any new records.
Any ideas?
Thank you.
For the existing records, I want to run an update query that fills in the [EnteredOn] field with Now(). That's easy enough, but I want each record to increase by 1 second as it's updated so that each record has a unique time stamp. After that's done, the BeforeUpdate event will take care of any new records.
Any ideas?
Thank you.