Tony,
First of all, I would suggest the Action_Log_AfterUpdate code can be
dispensed with, as you can simply set the Default Value of the TimeDate
control to:
Now()
I would suggest, instead of the form being based directly on the
Actionlog table, you could change the Record Source of the form to a
query like this:
SELECT * FROM Actionlog ORDER BY TimeDate

Signature
Steve Schapel, Microsoft Access MVP
> I have a continuous sub form, based on a table Actionlog that is used as an
> Action Log. There are 4 controls
[quoted text clipped - 28 lines]
> Thanks
> Tony
Tony Williams - 06 Apr 2008 09:39 GMT
Thanks Steve sorry for the delay in replying. Took your advice and used a
query, worked a treat.
Cheers
Tony
> Tony,
>
[quoted text clipped - 41 lines]
>> Thanks
>> Tony