taniadimitri
Registered User.
- Local time
- Today, 06:45
- Joined
- Mar 13, 2007
- Messages
- 17
Hi,
Below is the code for after update event of a list box.
Private Sub multiple_AfterUpdate()
If multiple = "Declining values exist and are not explained" Then
Form("pt" & 20).value = "10"
End If
End Sub
The above code doesn't work. When I try to step into the code the value for "multiple" is showing null, even though I select the value. Can anyone please help me with this.
I have also attached the screenshot of the form.
Thanks in advance.
Below is the code for after update event of a list box.
Private Sub multiple_AfterUpdate()
If multiple = "Declining values exist and are not explained" Then
Form("pt" & 20).value = "10"
End If
End Sub
The above code doesn't work. When I try to step into the code the value for "multiple" is showing null, even though I select the value. Can anyone please help me with this.
I have also attached the screenshot of the form.
Thanks in advance.