Hi,
Could please anyone tell me what is wrong with the code below?
It says missing operator.
F03 is date variable and v03 is a date value.
Thanks.
Could please anyone tell me what is wrong with the code below?
Code:
If Not IsNull(F03) Then sWhere = sWhere & " and " & F03 >= " & " 'Format(V03, ''#dd/mm/yyyy#'')'" & Chr(13)
F03 is date variable and v03 is a date value.
Thanks.