Automatically insert current date in Access Table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'd like to insert the current time in the table whenever I create a new row.

I've set the default value to now(), however, when I open the table in
datasheet view, it automatically inserted the time when I "open" the table in
the first row. For any new records that I enter, the current time will show
on the next row instead of keeping with the row where I type in new data.

Please help. Thanks.
 
Hi set the field to Date ()

next - input the data through a form not directley into the table. This
will insert the current date when you create the record.

Hope this helps
 
Thanks!

Wayne-I-M said:
Hi set the field to Date ()

next - input the data through a form not directley into the table. This
will insert the current date when you create the record.

Hope this helps
 

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

Back
Top