| re: creation and update times
Following on from my previous post. I have come up with the idea to add a
default value of Now() to the updated fields. Then set a rule to every other
field so that after update, run a query which updates the fields to Now().
My new problem is that I don't now how to set the criteria on the update
query so it only updates the current record!!!
Is this the right way to go? Is there a better/easier way to achieve this?
Mark
P.S. I know absolutely nothing about VB!!!!!
"Mark" <mark.reed75@ntlworld.com> wrote in message
news:A3oRb.30598$OA3.10620644@newsfep2-win.server.ntli.net...[color=blue]
> Hi all,
> I am trying to add 4 fields to an existing table which will show[/color]
record[color=blue]
> creation date and time and record update date and time. I have managed to[/color]
do[color=blue]
> the creation date and time ok by adding a default value to the fields on[/color]
the[color=blue]
> form of =Now(). My problem begins when I try to get the updated field[/color]
filled[color=blue]
> in automatically. I just can't think how to do it.
>
> Many thanks in advance for any suggestions
>
> Mark
>
>[/color] |