Page 1 of 1

How to check pendency in data entry

Posted: June 24th, 2021, 1:18 am
by manishcspro
I have month wise data capturing application which captures data entry from April to March in a financial year,
The month has a value set from "01" to "12"
I want to display only those values of month in dropdown which were not yet entered.
Please suggest the method.
Thanks...

Re: How to check pendency in data entry

Posted: June 24th, 2021, 8:39 am
by Gregory Martin
Take a look at the "Removing a Value Based on a Previous Selection" section here: https://www.csprousers.org/posts/2019-0 ... bject.html

If you search the forum, you'll also see a few posts about removing values based on previous selections.

Re: How to check pendency in data entry

Posted: July 26th, 2021, 1:06 am
by manishcspro
Thanks a lot it worked for me..