Access 2000, OnCurrent
Displaying a persons age on the screen as the form is displayed--worked fine under Windows 98 but now, under XP, the following msg displays:
"Function is not available in expressions in table-level validation expression"
Debug brings me to the VB line of code:
Me.Age = strAge
I have tried moving the age-calc code to a couple of other Event times --BeforeUpdate and OnLoad and get the same basic error msg. I have tried using a different age calculation and putting it in a function--same result.
Displaying a persons age on the screen as the form is displayed--worked fine under Windows 98 but now, under XP, the following msg displays:
"Function is not available in expressions in table-level validation expression"
Debug brings me to the VB line of code:
Me.Age = strAge
I have tried moving the age-calc code to a couple of other Event times --BeforeUpdate and OnLoad and get the same basic error msg. I have tried using a different age calculation and putting it in a function--same result.