Hi!
In a SQL-server table I have a datefield with datatype smalldatetime, as I only want to store dd/mm/yyyy, but no time, so it should store only 21/01/2014 00:00:00 and not 21/01/2014 11:13:43 for example.
The field gets the value from an access form with the function date() which should insert only 21/01/2014 00:00:00 but stored the value above.
Also Format(Date()),"dd/mm/yyyy") (in the access form field) does not bring the solution.
Thanks your help
Michael
In a SQL-server table I have a datefield with datatype smalldatetime, as I only want to store dd/mm/yyyy, but no time, so it should store only 21/01/2014 00:00:00 and not 21/01/2014 11:13:43 for example.
The field gets the value from an access form with the function date() which should insert only 21/01/2014 00:00:00 but stored the value above.
Also Format(Date()),"dd/mm/yyyy") (in the access form field) does not bring the solution.
Thanks your help
Michael