I have a bound combo box that has the numbers 0 through 9 as the options. These numbers are pulled from a table and are associated with other fields (though this is not important). What I am trying to get done is have a pop up box indicating "Are you sure?" if the number 6, 7, 8, or 9 is chosen. Then, once you click ok, you can go on to finish entering data into the form
I originally thought this would fall under the validation rule in my form but now lean more towards VB. My guess is that it needs to be in the After Update event, but I can't figure out the "If" statement I should use. Any suggestions would be greatly appreciated!
I originally thought this would fall under the validation rule in my form but now lean more towards VB. My guess is that it needs to be in the After Update event, but I can't figure out the "If" statement I should use. Any suggestions would be greatly appreciated!