Im using an unbound textbox (using this as I read that its wrong to store calculated data!) to look at the Datediff between a Dateof Birth and Now(). This is my code:
The problem is that it dosen't work, it just says name in the text box
Code:
=DateDiff([Year],[DateOfBirth],Date())
The problem is that it dosen't work, it just says name in the text box
