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
 
Back
Top