R
Ryan Clair
I have txtA and txtB.
Upon load, both are = Date
A is hidden, B is shown to the user.
If user changes B date to a different date, I want a hidden check box
to be marked as -1
Works okay unless user inputs the same date, then the comparison
operator that I'm using <> doesn't match the two. One date has quotes
around it, the other doesn't. Is there a better operator to use or is
there a way to concatenate quotes around the date?
Thanks in advance.
Ryan
Upon load, both are = Date
A is hidden, B is shown to the user.
If user changes B date to a different date, I want a hidden check box
to be marked as -1
Works okay unless user inputs the same date, then the comparison
operator that I'm using <> doesn't match the two. One date has quotes
around it, the other doesn't. Is there a better operator to use or is
there a way to concatenate quotes around the date?
Thanks in advance.
Ryan