I took your advise Estuardo and tried a simple insert query.
SQLstring = "insert into Hours (Entry date, User, Hours, Task, Description) " & _
"Values (#24/4/2013#,31,6,147,'wiugwiuf')"
DoCmd.RunSQL (SQLstring)
Even that does not work. I get the error message...