For whatever reason beyond my understanding did my DB start this problem.
I got 2 tables in my database.
1 dealing with personal info
1 with dates and time
To keep my startup form empty I have the first row empty in both tables.
But for some reason after I did a truncate in my date/time table it's not keeping the empty row up top.
So now each time I start up I got data already entered
Because the empty row is not first in order.
Is there something which has changed a property when I truncate that table?