How to check if I am ready to insert a record

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

Guest

I want to populate the create date when
inserting a record, what is the best place
to do? I tried after_insert -> this will invoke
before_update, I don't want to do that.

Thank you,
-Me
 
Can you make the system date (that is, Date() ) the default value of the
create date control?

TL
 

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