Timestamp per record on datasheet/form

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

I'd like to populate a field on screen (datasheet like appearance with
multiple records per form) with the date/time as I any new record.

I tried [after update] with =now() and also [before update] but I
still got a blank field. What do I need to do and where?

thanks,
 
I'd like to populate a field on screen (datasheet like appearance with
multiple records per form) with the date/time as I any new record.

I tried [after update] with =now() and also [before update] but I
still got a blank field. What do I need to do and where?

thanks,

Just set the field's Default property to Now() - either in table
design view, or set the Default property of the form control.


John W. Vinson[MVP]
 
Just set the field's Default property to Now() - either in table
design view, or set the Default property of the form control.

John:

You mean at the Table level ?

Thanks,
 
John:

You mean at the Table level ?

Thanks,

Either at the table level, or at the form control level - either will
work. On the Form is perhaps better if this table is updated in other
ways and those ways should not set the timestamp.

John W. Vinson[MVP]
 
Either at the table level, or at the form control level - either will
work. On the Form is perhaps better if this table is updated in other
ways and those ways should not set the timestamp.

John W. Vinson[MVP]

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top