Hi!
I have a field (DTAIN) in a table(TF01) of type date/time and i want to obtain the system date of the pc and convert it to a date of yyyy-mm-dd
TF01("DTAIN" = Year(Now()) * 10000 + Month(Now()) * 100 + Day(Now())
After executing this step, i got an error:
Data type conversion error.
I am new at this language, need help!
I have a field (DTAIN) in a table(TF01) of type date/time and i want to obtain the system date of the pc and convert it to a date of yyyy-mm-dd
TF01("DTAIN" = Year(Now()) * 10000 + Month(Now()) * 100 + Day(Now())
After executing this step, i got an error:
Data type conversion error.
I am new at this language, need help!