ashleybyrdnc
Registered User.
- Local time
- Today, 01:55
- Joined
- Sep 27, 2006
- Messages
- 17
I have a form that when you click in it places =Now() is placed in field1, Then once you close the record it places another =Now() in field2 in (Database1). Then this table is appended to another database (datebase2) at the end of the day.
Later on if a change is made to any record in (Database1) I want field2 to changes to =Now(). A time stamp for the change.
My problem comes when I append all new records that were entered today. But then I need to update the records where the field2 was changed. I can't make it determine the difference.
Later on if a change is made to any record in (Database1) I want field2 to changes to =Now(). A time stamp for the change.
My problem comes when I append all new records that were entered today. But then I need to update the records where the field2 was changed. I can't make it determine the difference.