I'm using an SQL UPDATE string that is supposed to set one of my fields to the current date. The only problem is when I use "IssueDate = Now()" it appends both the date and the time into the field.
What is the proper syntax of Now() that will allow me to set the format to just put a short date in the field?
What is the proper syntax of Now() that will allow me to set the format to just put a short date in the field?