Now() returns Date+Time so you may try using Date() function instead or Format(Now, "mm/dd/yyyy")...

Or ... you can assign default value for that field directly in your database so you wouldn't have to include this field in your Insert statement.