I have a date field that I run an update query on with this as the update to add 15 days to todays date in a date formatted field.
What can I add to this to format the data for "mm/dd/yyyy" so it leaves the time stamp out?
Now()+15(format"mm/dd/yyyy") or something like this maybe?
What can I add to this to format the data for "mm/dd/yyyy" so it leaves the time stamp out?
Now()+15(format"mm/dd/yyyy") or something like this maybe?