I thought this would be simple. My form contains, among other fields, short date fields entitled "Expected date of first separation" and "Date of the letter". Each appears simply as the result of dragging the fields from the table on which the form is based onto the form design grid. I would like an unbound text box to display the difference in days between the two dates for each record after the user enters the dates. So I created the unbound text box and entered the folowing code on the control source line: =[Data]![Expected date of first separation]-[Data]![Date of the letter].
I've looked for a Date/Time function that will make this work, but so far have found none and, of course, am getting #Name? as my result.
I'd be grateful for a solution.
Thanks.
JerSand
I've looked for a Date/Time function that will make this work, but so far have found none and, of course, am getting #Name? as my result.
I'd be grateful for a solution.
Thanks.
JerSand