I am having trouble with a time field in a form. The problem is:
The time field is set to default of '=time$()' so the time field is filled in automatically with the current time. Problem is, I need the time field to only fill itself in AFTER the record is entered, not at the beginning. Reason for this is that when a record is opened, it may sit there for hours before any info is actually entered into it. If the time is filled in when the record is opened, by the time the record is finished, it would be way off... I have tried to creat an event procedure to assign the '=time$()' command to happen 'After Update' but can't get it to work. Can anyone give my some help, advice, or code samples?
The time field is set to default of '=time$()' so the time field is filled in automatically with the current time. Problem is, I need the time field to only fill itself in AFTER the record is entered, not at the beginning. Reason for this is that when a record is opened, it may sit there for hours before any info is actually entered into it. If the time is filled in when the record is opened, by the time the record is finished, it would be way off... I have tried to creat an event procedure to assign the '=time$()' command to happen 'After Update' but can't get it to work. Can anyone give my some help, advice, or code samples?