Search results

  1. K

    error in a query filtering records in a form

    Hi, No idea why this code doesn't work, it's getting me the following error: This expression is typed incorrectly, or it is too complex to be evaluated. For example, a numeric expression may contain too many complicated elements. Try simplifying the expression by assigning parts of the...
  2. K

    date field filter in a form fails

    Hi, I have a small problem that I driving me mad and I can't progress with my work. I don't know why the following code doesn't work. When I execute it, there is simply no effect, no error message, nothing... Private Sub CuadroDateFilter_AfterUpdate() Me.Filter = "Falta=" & "#" &...
Back
Top Bottom