I have a program which is run from an Access mde file in a runtime environment and a few people using it on their computers get this error when trying to open the referenced form. 99% of the people can open the form with no problem.
Function is not available in expressions in query
'Round((Date()-[M_Member_Since])/365.25,0) & "Years"
Is it possible that they are missing something in their runtime files or is something not referenced in the VBA reference library which should be.
Function is not available in expressions in query
'Round((Date()-[M_Member_Since])/365.25,0) & "Years"
Is it possible that they are missing something in their runtime files or is something not referenced in the VBA reference library which should be.