Hi,
I need to be able to only allow users to enter data on a form, that contains the months and have a dropdown with numbers, based on the current date and not allowing for then to change the data for the past months.
Example: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2. 4. 5. 2. 1. 0. 1. 4. 3. 4. 5. 6
And assuming the the app reads the information from the system and today is the 1st of September all of the months before September would be locked and would not allow for any inputs to be made. September trough December would be open and would allow for changes to be made.
Any ideias on how this is achievable?
Thanks,
M