
Good Morning, i have a pop message that i cant get to close.
So the pope up needs to come up in the words in a Combi box are any of the following AOG, OP DEF, TPL, OVI
so ive used the following code on the on select of the combo box
If(cb_FlightFolderInboundAOG.Selected.Value = "TPL" || cb_FlightFolderInboundAOG.Selected.Value = "OVI" ||cb_FlightFolderInboundAOG.Selected.Value = "OP DEF" || cb_FlightFolderInboundAOG.Selected.Value = "AOG", Set(ShowPopUp, true))
Then set the visible variable on all the components of the reminder to ShowPopUp.
On the Close button set the on select to ShowPopUp = false