>.
>
In the Default Value property of the Field in the Table design, put:
=Now()
This will put the current date/time into that Field whenever you create
a new record in that Table.
hth
Hugh
If it is in the RecordSource, use the following:
Me.UpdatedDateTime = Date()
(or Now() if you want to have the time component) just before your save
statement.
HTH
Van T. Dinh
MVP (Access)
"Rob Sorfleet" <r...@cambertown.com> wrote in message
news:0c7301c368b8$31a872a0$a401...@phx.gbl...