Condition: if Case Date > today(), then disable submit button.
It works fine. However, when I call the data back from the database, the submit button is disabled.
If I pick the date again, it will become enabled. The disabled situation only occurs when Case date = today
I have no idea why this is happening. Also, anything compares to today(), and the date is today's date.
Everything will become disabled. I don't know why it is working when entering data, but not working when call the data back form the database if the date is today's date.
Is the a issue of Infopath, or I missed something when setting the conditions.
Thanks.