After a user changes the Stock # for a record on the Update Page (but before submitting), I would like to set the Lot # field to blank. Then, because Lot # is required, a user would use a dropdown to select an updated Lot #. Currently, when a user changes the Stock #, the Lot # is already populated and users sometimes to forget to change that value as well (because it is already populated).
However, I am a bit stumped as to how I can set a field to blank in an Update Page. It doesn't look like I can set default values in an Update Page either. I cannot use Cascading Text Fields (table connecting Stock # to Lot #) either as this Lot # is routinely inaccurate and requires users to call specific facilities to verify the Lot #.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
ChristianM
I have an Update Form which has 2 fields:
Stock # (required)
Lot # (required)
After a user changes the Stock # for a record on the Update Page (but before submitting), I would like to set the Lot # field to blank. Then, because Lot # is required, a user would use a dropdown to select an updated Lot #. Currently, when a user changes the Stock #, the Lot # is already populated and users sometimes to forget to change that value as well (because it is already populated).
However, I am a bit stumped as to how I can set a field to blank in an Update Page. It doesn't look like I can set default values in an Update Page either. I cannot use Cascading Text Fields (table connecting Stock # to Lot #) either as this Lot # is routinely inaccurate and requires users to call specific facilities to verify the Lot #.
Has anyone ever run into this issue before?
Thank you in advance.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.