J
Jennifer
I have a combo box with differnet values. If one of the values is selected
then part of the form will populate. But the other values have no effect.
This is the start
If Me.cmbChangeRequestType.Value = "Add/Rem" Then
(Code to populate)
I want to start the next part if the Value "Information" is selected. I am
okay with getting the fields in there but don't know how to start the next
"section".
then part of the form will populate. But the other values have no effect.
This is the start
If Me.cmbChangeRequestType.Value = "Add/Rem" Then
(Code to populate)
I want to start the next part if the Value "Information" is selected. I am
okay with getting the fields in there but don't know how to start the next
"section".