I'm trying to update a form field to calculate number of days overdue based on another projected training date field on my form.
This is what I have on my control source line:
=DateDiff("d",[Projected Training Date],Date())
I'm getting Name? in field. Any help appreciated
This is what I have on my control source line:
=DateDiff("d",[Projected Training Date],Date())
I'm getting Name? in field. Any help appreciated
Comment