Hello I am trying to write a query that will find the different between the current date which the user will enter and a date which is already in my database (date of birth). I have a field called Date of birth in my staff information table to store this information.
Here is my query,
DateDiff("[Staff Information]![Date of birth]", "[Current Date]")
Currently it is returning this error: "The expression you entered has a function containing the wrong number of arguments."
I'm not sure what is missing from my query.
Please help!
Here is my query,
DateDiff("[Staff Information]![Date of birth]", "[Current Date]")
Currently it is returning this error: "The expression you entered has a function containing the wrong number of arguments."
I'm not sure what is missing from my query.
Please help!