I have a database with a form where someone will be entering the received date and the received date and time. This is necessary to simplify the reporting as they wanted a Turn Around Time by Weekending Date. So I use the received date to determine the weekending date and the received date and time to deterine the Turn Around time. My problem is I dont want the person to have to enter the same date twice. I want the field that will be the received date to get the date (mm/dd/yyy) from the received Date and Time field. I have tried the DatePart function, but cannot get it to work. I have used the default value of the received Date field like (=DatePart("mm/dd/yyy",[ReceivedDateTime]). Any assistance is greatly appreciated.
Thanks
David
Thanks
David