Partially Valid Dates

For data entry validation:

  • AutoEnter = GetAsDate(Self) // does not fix the problem, strangely
  • AutoEnter = Substitute(GetAsDate(Self); "." ; "/") // does fix the problem
1 Like