Expand my Community achievements bar.

SOLVED

Subform dropdown menu question

Avatar

Former Community Member

Is it possible to add a confirmation message when selecting different option in a drop down. Refer to my example, so it is easier to understand.

Each choice on the dropdown will load a separate subform that contains a lot of data. I would like to add some sort of confirmation message when a different option is selected. This is to avoid losing any data that might get lost if I accidentally switch subforms. For example, i chose subform 1. I fill out all of the info in subform 1, but I accidentally choose subform 2 afterwards. With this model, all of the data in subform1 is now lost. Is there any way to add a confirmation or any other sort of failsafe step, to help ensure that this wont't happen. Let me know if this needs more clarification. Thanks!!

1 Accepted Solution

Avatar

Correct answer by
Level 10

Yes you can get the confirmation using the MessageBox. Please refer to the modified file..

Thanks

Srini

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Yes you can get the confirmation using the MessageBox. Please refer to the modified file..

Thanks

Srini

Avatar

Former Community Member

Great reply. Completely answered my question. THANKS!