Hello,
I have two text fields in a form: txtDate1 and txtDate2, and they are supposed to contain dates (I have put a mask like **/**/**** for dates).
But I cannot compare txtDate1 and txtDate2 correctly.
The expresion (me.txtDate1 > me.txtDate2) still compares 2 strings an not 2 dates.
What can I do ?
Thanks
Alex
I have two text fields in a form: txtDate1 and txtDate2, and they are supposed to contain dates (I have put a mask like **/**/**** for dates).
But I cannot compare txtDate1 and txtDate2 correctly.
The expresion (me.txtDate1 > me.txtDate2) still compares 2 strings an not 2 dates.
What can I do ?
Thanks
Alex