G
Guest
I have a query that needs a DateDiff function. This is what I have so far...
Month: DateDiff("m",[Entrance Date],[EvalDate])
Entrance Date is coming from tblStudents
EvalDate is coming from tblMain
I keep getting an error box that says Type mismatch in expression. What do
I need to do to get this thing working?
Month: DateDiff("m",[Entrance Date],[EvalDate])
Entrance Date is coming from tblStudents
EvalDate is coming from tblMain
I keep getting an error box that says Type mismatch in expression. What do
I need to do to get this thing working?