Recent content by rajdeepsokhi

  1. R

    Need help with Datediff

    Thanks Dennis Datediff function is working on the form (without your code, have not tried that yet) but the value is not getting saved in the corresponding field in the Table. That field 'Age' is set to 'Number'. On the form the 'Control Source' has the Datediff function (not 'Age'). Is that...
  2. R

    Need help with Datediff

    Hi, I am trying to calculate the number of days between 'today' and a 'date of birth' field. In the field properties Default Value I am using =(DateDiff('y',Date(),[dob]) where Date() gives today's date and [dob] is my 'date of birth' field. However, this is not working. I get an error "(The...
Back
Top Bottom