Since my first post a couple weeks ago, my database crashed completely (mysql-database) ... so, I had to start all over again with my little project.
I'm making a small customer phone-call logging system (when a customer calls, I'm recording data about what the call was all about).
In my subform, I have a need for an automatic value for correct time of my registration of the call. I'm talking about the clock-time "right now" (as when I'm actually saving the record/row).
I have tried using default value "CURRENT_TIMESTAMP" in phpMyadmin for this date-column ... but this clock timestamp always lags behind with somewhere 20 - 30 minutes (wrong time).
Is it possible to have an automatic "fill-in" of current realtime clock in my field named "tidspunkt" (='time') ... and ONLY doing so when it's a NEW ROW (new record) in my subform?
I've tried screaming at the application and hammering on the keyboard ....it didn't do any good

Here's an image of my form with the subform, and tablestructure of the phonelog:
